Skip to content

Commit 5925d8a

Browse files
committed
build: run tests on 3.12
...and use pre-releases if needed
1 parent 1a1d176 commit 5925d8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- "3.9"
4949
- "3.10"
5050
- "3.11"
51+
- "3.12"
5152
- "pypy-3.7"
5253
- "pypy-3.8"
5354
- "pypy-3.9"
@@ -77,6 +78,7 @@ jobs:
7778
uses: "actions/setup-python@v4"
7879
with:
7980
python-version: "${{ matrix.python-version }}"
81+
allow-prereleases: true
8082
cache: pip
8183
cache-dependency-path: 'requirements/*.pip'
8284

.github/workflows/testsuite.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- "3.9"
5050
- "3.10"
5151
- "3.11"
52+
- "3.12"
5253
- "pypy-3.7"
5354
- "pypy-3.9"
5455
exclude:
@@ -65,6 +66,7 @@ jobs:
6566
uses: "actions/setup-python@v4"
6667
with:
6768
python-version: "${{ matrix.python-version }}"
69+
allow-prereleases: true
6870
cache: pip
6971
cache-dependency-path: 'requirements/*.pip'
7072

0 commit comments

Comments
 (0)