Skip to content

Commit bd087e1

Browse files
committed
ci: Add python 3.13 & 3.14-dev to the CI
1 parent 31d2363 commit bd087e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
34+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up Python ${{ matrix.python_version }}

0 commit comments

Comments
 (0)