Skip to content

Commit

Permalink
Test against python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jul 29, 2024
1 parent a92477e commit c7e8880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

# base the python cache on the hash of all pyproject.toml,
# which includes python requirements.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ always takes safe choice

Initial setup and installation:

- *Recommmended*: create and activate a Python 3.9 virtualenv:
- *Recommmended*: create and activate a Python 3.12 virtualenv:
```sh
python3 -m venv simrisk
source simrisk/bin/activate
Expand Down

0 comments on commit c7e8880

Please sign in to comment.