We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1d176 commit 5925d8aCopy full SHA for 5925d8a
.github/workflows/coverage.yml
@@ -48,6 +48,7 @@ jobs:
48
- "3.9"
49
- "3.10"
50
- "3.11"
51
+ - "3.12"
52
- "pypy-3.7"
53
- "pypy-3.8"
54
- "pypy-3.9"
@@ -77,6 +78,7 @@ jobs:
77
78
uses: "actions/setup-python@v4"
79
with:
80
python-version: "${{ matrix.python-version }}"
81
+ allow-prereleases: true
82
cache: pip
83
cache-dependency-path: 'requirements/*.pip'
84
.github/workflows/testsuite.yml
@@ -49,6 +49,7 @@ jobs:
55
exclude:
@@ -65,6 +66,7 @@ jobs:
65
66
67
68
69
70
71
72
0 commit comments