commit: b4715359f053fc497ccde436572492c9545ea9a2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 04:08:32 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 09:34:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=b4715359
ci: add py3.12 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .github/workflows/test.yml | 7 +------ tox.ini | 2 +- 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