We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ab23 commit aed72a7Copy full SHA for aed72a7
.github/workflows/test_n_pub.yml
@@ -13,19 +13,17 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- python-version: ["3.12"]
+ python-version: ["3.13"]
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
- # python-version: [3.7, 3.8, 3.9]
19
- # os: [windows-latest]
20
include:
21
- - os: ubuntu-latest
22
- python-version: 3.8
23
- os: ubuntu-latest
24
python-version: 3.9
25
26
python-version: "3.10"
27
28
python-version: "3.11"
+ - os: ubuntu-latest
+ python-version: "3.12"
29
30
steps:
31
- run: echo ${{github.ref}}
0 commit comments