We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa00a3 commit e12cce9Copy full SHA for e12cce9
1 file changed
.github/workflows/test.yml
@@ -13,11 +13,11 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
17
experimental: [false]
18
include:
19
- os: ubuntu-latest
20
- python-version: '3.12-dev'
+ python-version: '3.13-dev'
21
experimental: true
22
- os: macos-latest
23
python-version: '3.11'
0 commit comments