Skip to content

Commit

Permalink
Merge pull request #119 from adamchainz/docs_coverage_python_3.12
Browse files Browse the repository at this point in the history
Use Python 3.12 for coverage and docs
  • Loading branch information
willbarton committed Apr 10, 2024
2 parents 9c9d1f3 + 6226e52 commit cfee497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -32,7 +32,7 @@ commands=
isort --check-only --diff flags

[testenv:coverage]
basepython=python3.9
basepython=python3.12
deps=
coverage
diff_cover
Expand All @@ -42,7 +42,7 @@ commands=
diff-cover coverage.xml --compare-branch=origin/main --fail-under=100

[testenv:docs]
basepython=python3.7
basepython=python3.12
deps=
-e .[docs]
commands=
Expand Down

0 comments on commit cfee497

Please sign in to comment.