Skip to content

Commit db5456d

Browse files
committed
Update python versions in workflow
1 parent bd61546 commit db5456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ['3.9', '3.10', '3.11']
13+
python-version: ['3.11', '3.12', '3.13']
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)