Skip to content

Commit

Permalink
use python 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Oct 17, 2023
1 parent 2126e60 commit 9bf633a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/python-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0-alpha - 3.12.0
3.12.0
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -e .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
matrix:
include:
- os: windows-latest
py: 3.12.0-rc.1 - 3.12.0
py: 3.12.0
args: --cov-fail-under=100
- os: macos-latest
py: 3.12.0-rc.1 - 3.12.0
py: 3.12.0
args: --cov-fail-under=100
- os: ubuntu-latest
py: 3.12.0-rc.1 - 3.12.0
py: 3.12.0
args: --cov-fail-under=100
- os: ubuntu-latest
py: 3.11.5
Expand Down

0 comments on commit 9bf633a

Please sign in to comment.