Skip to content

Commit 501c14a

Browse files
euanwmdavidhewitt
authored andcommitted
add python 3.13 to ci martrices
1 parent 340433a commit 501c14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
3232
matrix:
33-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
33+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3434
platform:
3535
[
3636
{
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
125125
matrix:
126-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
126+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
127127
platform:
128128
[
129129
{

0 commit comments

Comments
 (0)