aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 04:10:37 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-24 13:55:27 +0300
commit2cb70c06d205b52abbf4fed36c2e86653db98aa8 (patch)
tree3a05a69ff0c30c888f32d05d1e75a782aff14523
parentSuppress git blame for reformat (diff)
downloadsnakeoil-2cb70c06d205b52abbf4fed36c2e86653db98aa8.tar.gz
snakeoil-2cb70c06d205b52abbf4fed36c2e86653db98aa8.tar.bz2
snakeoil-2cb70c06d205b52abbf4fed36c2e86653db98aa8.zip
CI: add Python 3.12 alphas
Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/pkgcore/snakeoil/pull/96 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 51e539a..31760dc 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