Skip to content

Commit b719fc9

Browse files
committed
Add Python 3.13 to ci
1 parent 336a973 commit b719fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11", "3.12"]
27+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Install requirements

0 commit comments

Comments
 (0)