Skip to content

Commit de492ad

Browse files
authored
Merge pull request #385 from knatten/python-3.13
Add Python 3.13 in CI
2 parents a2d6ae3 + 960ede0 commit de492ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.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
- name: Check out code
3030
uses: actions/checkout@v2

0 commit comments

Comments
 (0)