aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-09 21:29:22 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-09 23:39:35 +0300
commitd3585262ece1c2a2004b753782612c54047a29ce (patch)
tree7c8bda4c64c7bd008110341ef69358421b5bc9f1 /.github
parentci: enable py3.11 testing (diff)
downloadpkgcheck-d3585262ece1c2a2004b753782612c54047a29ce.tar.gz
pkgcheck-d3585262ece1c2a2004b753782612c54047a29ce.tar.bz2
pkgcheck-d3585262ece1c2a2004b753782612c54047a29ce.zip
ci: shift primary testing for tree-sitter to py3.10
Python 3.10 is the default target in Gentoo now. Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/pkgcore/pkgcheck/pull/424 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0c3671f0..e04c5456 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,11 +23,11 @@ jobs:
deps: newest-deps
experimental: true
- os: ubuntu-latest
- python-version: 3.9
+ python-version: '3.10'
deps: minimal-deps
experimental: false
- os: ubuntu-latest
- python-version: 3.9
+ python-version: '3.10'
deps: newest-deps
experimental: false
tree-sitter-bash: system