Skip to content

Commit 63256c1

Browse files
committed
gh-263: Run Python 3.12 task as the experimental task
1 parent 9c58774 commit 63256c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
matrix:
2121
# Test all supported versions on Ubuntu:
2222
os: [ubuntu-latest]
23-
python: ["3.7", "3.8", "3.9", "3.10", 3.11-dev, 3.12-dev]
23+
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2424
include:
25+
# Handling as the experimental job
26+
- os: ubuntu-latest
27+
python: "3.12-dev"
28+
experimental: true
2529
# Also test PyPy, macOS, and Windows:
2630
- os: ubuntu-latest
2731
python: pypy-3.9

0 commit comments

Comments
 (0)