We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401287d commit 56b6f1dCopy full SHA for 56b6f1d
.github/workflows/main.yml
@@ -38,8 +38,8 @@ jobs:
38
matrix:
39
python:
40
- "3.7"
41
- - "3.10"
42
- "3.11"
+ - "3.12"
43
# Workaround for actions/setup-python#508
44
dev:
45
- -dev
@@ -48,6 +48,12 @@ jobs:
48
- macos-latest
49
- windows-latest
50
include:
51
+ - python: "3.8"
52
+ platform: ubuntu-latest
53
+ - python: "3.9"
54
55
+ - python: "3.10"
56
57
- python: pypy3.9
58
platform: ubuntu-latest
59
runs-on: ${{ matrix.platform }}
0 commit comments