Skip to content

Commit

Permalink
Bump Python version for test run, too
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 27, 2024
1 parent fac5ac2 commit 1c326e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: macos-latest

steps:
- name: Set up Python 3.9
- name: Set up Python 3.12
run: |
curl https://www.python.org/ftp/python/3.9.13/python-3.9.13-macosx10.9.pkg --output pythonInstaller.pkg
curl https://www.python.org/ftp/python/3.12.1/python-3.12.1-macos11.pkg --output pythonInstaller.pkg
sudo installer -pkg pythonInstaller.pkg -target /
- name: Check python
Expand Down

0 comments on commit 1c326e3

Please sign in to comment.