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 b533b43 commit f7b5108Copy full SHA for f7b5108
.github/workflows/ci.yaml
@@ -32,21 +32,22 @@ jobs:
32
os:
33
- "ubuntu-latest"
34
python:
35
- - "3.7"
36
- "3.8"
37
- "3.9"
38
- "3.10"
39
- "3.11"
40
- "3.12"
41
include:
42
- - os: "ubuntu-20.04"
43
- python: "3.6"
44
45
- python: "pypy-3.6"
+ # - os: "ubuntu-20.04"
+ # python: "3.6"
+ # python: "pypy-3.6"
+ - os: "ubuntu-22.04"
46
+ python: "3.7"
47
- os: "ubuntu-22.04"
48
python: "pypy-3.10"
- - os: "macos-12"
49
- python: 3.12
+ - os: "macos-latest"
50
+ python: "3.12"
51
52
steps:
53
- uses: actions/checkout@v5
0 commit comments