Skip to content

Commit 0d759ea

Browse files
committed
Reverted to remove 3.13.
1 parent c4c8584 commit 0d759ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-smoketests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, macos-13 ] # disabling windows-latest for now
17-
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
17+
python: [ '3.8', '3.9', '3.10', '3.11', '3.12']
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)