commit: d0e9403e37891d91b60777b6947c7e93b833620a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 19 04:30:32 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 09:54:15 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=d0e9403e
ci: promote Python 3.12 to non-exp Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/pkgcore/pkgcore/pull/427 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .github/workflows/test.yml | 10 +++++----- tox.ini | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c7fa1de1..3a0e4e0ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ 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] include: @@ -21,10 +21,10 @@ jobs: python-version: '3.11' deps: minimal-deps experimental: false - - os: ubuntu-latest - python-version: '3.12-dev' - deps: newest-deps - experimental: true + #- os: ubuntu-latest + # python-version: '3.13-dev' + # deps: newest-deps + # experimental: true - os: macos-latest python-version: '3.11' deps: newest-deps diff --git a/tox.ini b/tox.ini index d9e490ae8..3a87db951 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310 +envlist = py38, py39, py310, py311, py312 [testenv] # force latest virtualenv/pip download = true
