commit:     07aa7897d118d652503e8515c70980de1cf97863
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 04:43:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 09:57:29 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=07aa7897

ci: add py3.13, make 3.12 non-exp

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/test.yml | 4 ++--
 tox.ini                    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 77150441..616312e0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,11 +13,11 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python-version: ['3.10', '3.11']
+        python-version: ['3.10', '3.11', '3.12']
         experimental: [false]
         include:
           - os: ubuntu-latest
-            python-version: '3.12-dev'
+            python-version: '3.13-dev'
             experimental: true
           - os: macos-latest
             python-version: '3.11'

diff --git a/tox.ini b/tox.ini
index 00584b5e..59feefc5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py310, py311, pypy3
+envlist = py310, py311, py312, pypy3
 [testenv]
 # force latest virtualenv/pip
 download = true

Reply via email to