aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 04:08:32 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:34:45 +0200
commitb4715359f053fc497ccde436572492c9545ea9a2 (patch)
tree49e8491df8662bc9cce2d562acb5b3741457585a
parentOldPackageName: new check for package named after old package name (diff)
downloadpkgcheck-b4715359f053fc497ccde436572492c9545ea9a2.tar.gz
pkgcheck-b4715359f053fc497ccde436572492c9545ea9a2.tar.bz2
pkgcheck-b4715359f053fc497ccde436572492c9545ea9a2.zip
ci: add py3.12
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--.github/workflows/test.yml7
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 66fa6279..f6824482 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,16 +13,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
deps: [newest-deps]
experimental: [false]
tree-sitter-bash: [bundled]
include:
- # - os: ubuntu-latest
- # python-version: '3.11.0-beta - 3.11'
- # deps: newest-deps
- # experimental: true
- # tree-sitter-bash: bundled
- os: ubuntu-latest
python-version: '3.11'
deps: minimal-deps
diff --git a/tox.ini b/tox.ini
index 52283ec9..ec97ccc5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py3{9,10,11}
+envlist = py3{9,10,11,12}
skip_missing_interpreters = True
isolated_build = True