Skip to content

Commit 4ad8122

Browse files
committed
Remove py313 from cicd.
1 parent 0c53028 commit 4ad8122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
23+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
2424

2525
steps:
2626
- name: Checkout repository

0 commit comments

Comments
 (0)