Skip to content

Commit 72a5d0f

Browse files
thesamesamarthurzam
authored andcommitted
ci: enable py3.11 testing
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 9f60576 commit 72a5d0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
os: [ubuntu-latest, macos-latest]
1616
python-version: ['3.8', '3.9', '3.10']
1717
experimental: [false]
18-
# include:
19-
# - os: ubuntu-latest
20-
# python-version: '3.10.0-alpha - 3.10.0'
21-
# experimental: true
18+
include:
19+
- os: ubuntu-latest
20+
python-version: '3.11.0-beta - 3.11'
21+
experimental: true
2222

2323
steps:
2424
- name: Checkout code

0 commit comments

Comments
 (0)