Skip to content

Commit eaac6d8

Browse files
committed
CI: add Python 3.12 alphas
Closes: #9 Signed-off-by: Sam James <sam@gentoo.org>
1 parent 3e0f29f commit eaac6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11",
7+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev",
88
"pypy-3.7", "pypy-3.8", "pypy-3.9"]
99
fail-fast: false
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)