Skip to content

Commit

Permalink
build: run tests on 3.12
Browse files Browse the repository at this point in the history
...and use pre-releases if needed
  • Loading branch information
nedbat committed May 20, 2023
1 parent 1a1d176 commit 5925d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true
cache: pip
cache-dependency-path: 'requirements/*.pip'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.7"
- "pypy-3.9"
exclude:
Expand All @@ -65,6 +66,7 @@ jobs:
uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true
cache: pip
cache-dependency-path: 'requirements/*.pip'

Expand Down

0 comments on commit 5925d8a

Please sign in to comment.