Skip to content

Commit 1530bdf

Browse files
committed
Disable Python 3.13 testing
1 parent 74d0717 commit 1530bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222
#include:
2323
# only test with Python 3.10 on Windows
2424
# - os: windows-latest

0 commit comments

Comments
 (0)