commit:     2cb70c06d205b52abbf4fed36c2e86653db98aa8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 04:10:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 10:55:27 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=2cb70c06

CI: add Python 3.12 alphas

Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/pkgcore/snakeoil/pull/96
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 51e539af..31760dcb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,9 +16,9 @@ jobs:
         python-version: ['3.9', '3.10', '3.11', 'pypy-3.9']
         experimental: [false]
         include:
-          # - os: ubuntu-latest
-          #   python-version: '3.11.0-beta - 3.11'
-          #   experimental: true
+          - os: ubuntu-latest
+            python-version: '3.12-dev'
+            experimental: true
           - os: macos-latest
             python-version: '3.10'
             experimental: false

Reply via email to