1717 strategy :
1818 fail-fast : false
1919 matrix :
20- python-version : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
20+ python-version : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13 -dev"]
2121 architecture : ["x64", "x86"]
2222
2323 steps :
3030 architecture : ${{ matrix.architecture }}
3131 cache : pip
3232 cache-dependency-path : .github/workflows/main.yml
33+ check-latest : true
3334
3435 - name : Setup environment
3536 run : |
6667 strategy :
6768 fail-fast : false
6869 matrix :
69- python-version : ["3.10", "3.11", "3.12-dev"]
70-
70+ python-version : ["3.10", "3.11", "3.12", "3.13-dev"]
7171 steps :
7272 - uses : actions/checkout@v4
7373
7878 architecture : " x64"
7979 cache : pip
8080 cache-dependency-path : .github/workflows/main.yml
81+ check-latest : true
8182
8283 - name : Setup Environment
8384 run : |
@@ -137,6 +138,7 @@ jobs:
137138 python-version : ${{ matrix.python-version }}
138139 cache : pip
139140 cache-dependency-path : .github/workflows/main.yml
141+ check-latest : true
140142 - run : pip install types-regex types-setuptools mypy==1.9
141143 - run : mypy . --python-version=${{ matrix.python-version }}
142144
@@ -145,14 +147,15 @@ jobs:
145147 strategy :
146148 fail-fast : false
147149 matrix :
148- python-version : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
150+ python-version : ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
149151 steps :
150152 - uses : actions/checkout@v4
151153 - uses : actions/setup-python@v5
152154 with :
153155 python-version : ${{ matrix.python-version }}
154156 cache : pip
155157 cache-dependency-path : .github/workflows/main.yml
158+ check-latest : true
156159 # pyright vendors typeshed, but let's make sure we have the most up to date stubs
157160 - run : pip install types-regex types-setuptools
158161 - uses : jakebailey/pyright-action@v2
0 commit comments