Skip to content

Commit 3fe8c5b

Browse files
authored
Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146)
1 parent 81b766c commit 3fe8c5b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
python:
3838
- "3.8"
39-
- "3.12"
39+
- "3.13"
4040
platform:
4141
- ubuntu-latest
4242
- macos-latest
@@ -48,10 +48,14 @@ jobs:
4848
platform: ubuntu-latest
4949
- python: "3.11"
5050
platform: ubuntu-latest
51+
- python: "3.12"
52+
platform: ubuntu-latest
53+
- python: "3.14"
54+
platform: ubuntu-latest
5155
- python: pypy3.10
5256
platform: ubuntu-latest
5357
runs-on: ${{ matrix.platform }}
54-
continue-on-error: ${{ matrix.python == '3.13' }}
58+
continue-on-error: ${{ matrix.python == '3.14' }}
5559
steps:
5660
- uses: actions/checkout@v4
5761
- name: Setup Python

0 commit comments

Comments
 (0)