Skip to content

Commit

Permalink
Test on the released version of Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Oct 24, 2023
1 parent 88dc9f0 commit 6179e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 3.9
- '3.10'
- 3.11
- 3.12.0-rc.1
- 3.12
# As per https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#pypy list of versions
- pypy-2.7
- pypy-3.6
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Mypy testing for Python 2
run: |
python -m mypy --py2 asttokens
python -m mypy --py2 asttokens
finish:
needs: test
Expand Down

0 comments on commit 6179e93

Please sign in to comment.