We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b766c commit 3fe8c5bCopy full SHA for 3fe8c5b
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix:
37
python:
38
- "3.8"
39
- - "3.12"
+ - "3.13"
40
platform:
41
- ubuntu-latest
42
- macos-latest
@@ -48,10 +48,14 @@ jobs:
48
platform: ubuntu-latest
49
- python: "3.11"
50
51
+ - python: "3.12"
52
+ platform: ubuntu-latest
53
+ - python: "3.14"
54
55
- python: pypy3.10
56
57
runs-on: ${{ matrix.platform }}
- continue-on-error: ${{ matrix.python == '3.13' }}
58
+ continue-on-error: ${{ matrix.python == '3.14' }}
59
steps:
60
- uses: actions/checkout@v4
61
- name: Setup Python
0 commit comments