Skip to content

Commit

Permalink
Merge pull request #78 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
DEV: make python 3.12 the build python version
  • Loading branch information
GavinHuttley authored Feb 5, 2024
2 parents 6d8078b + 510083f commit 82ef2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup python
uses: "actions/setup-python@v1"
with:
python-version: "3.11"
python-version: "3.12"

- name: "Setup virtualenv and install cogent3[dev]"
if: startsWith(runner.os, 'macOS') || startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit 82ef2ec

Please sign in to comment.