Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 3993ee5

Browse files
Remove Python 3.13 from CI workflow
1 parent c19fbc0 commit 3993ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.12", "3.13"]
13+
python-version: ["3.12"]
1414

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

0 commit comments

Comments
 (0)