Use the latest Python version

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2022-11-09 20:03:16 +11:00 committed by GitHub
parent 62fd8336b9
commit b0ab324f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"
cache: pip
cache-dependency-path: "setup.py"