From 8e499da077f55e3092cfbc1cc74106c03f0daf3f Mon Sep 17 00:00:00 2001 From: Peter Law Date: Tue, 24 Oct 2023 21:16:51 +0100 Subject: [PATCH] Test on the released version of Python 3.12 --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 47d9d5e..abafc20 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 @@ -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