aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-09 21:48:50 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-10 19:20:00 +0300
commit72a5d0fcf042da40ae28d31994f3d6e5f751a87c (patch)
tree1a6758dca09a01a6a30b645a617e17fff3e41b3e /.github
parentfix config loading if XDG_CONFIG_HOME defined (diff)
downloadpkgdev-72a5d0fcf042da40ae28d31994f3d6e5f751a87c.tar.gz
pkgdev-72a5d0fcf042da40ae28d31994f3d6e5f751a87c.tar.bz2
pkgdev-72a5d0fcf042da40ae28d31994f3d6e5f751a87c.zip
ci: enable py3.11 testing
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 02e9279..88690cf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,10 +15,10 @@ jobs:
os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10']
experimental: [false]
- # include:
- # - os: ubuntu-latest
- # python-version: '3.10.0-alpha - 3.10.0'
- # experimental: true
+ include:
+ - os: ubuntu-latest
+ python-version: '3.11.0-beta - 3.11'
+ experimental: true
steps:
- name: Checkout code