Skip to content

Commit

Permalink
Test against Python 3.12-dev and PyPy for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Sep 22, 2023
1 parent 038c2bd commit 5bb7297
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install-git-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12-dev'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/install-zip-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12-dev'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12-dev'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
toxenv: [py]
include:
- python-version: '3.7'
Expand Down

0 comments on commit 5bb7297

Please sign in to comment.