Skip to content

Commit 226d348

Browse files
committed
update python versions in workflows
1 parent 77b4763 commit 226d348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
38-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
38+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
3939
fail-fast: false
4040
env:
4141
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)