Skip to content

Commit

Permalink
Run static checks on python 3.12 (#770)
Browse files Browse the repository at this point in the history
* Run static checks on python 3.12

* Fix epytext_demo link in tox.ini
  • Loading branch information
tristanlatr committed Mar 29, 2024
1 parent 7f82028 commit 38b4795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.12'

- name: Install tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ commands =
echo "::endgroup::"

echo "::group::Epytext demo inventory dump"
python -m sphinx.ext.intersphinx {toxinidir}/build/docs/docformat/epytext/demo/objects.inv
python -m sphinx.ext.intersphinx {toxinidir}/build/docs/docformat/epytext_demo/objects.inv
echo "::endgroup::"

pytest -vv docs/tests/test.py

0 comments on commit 38b4795

Please sign in to comment.