Skip to content

Commit

Permalink
cleans up and updates python version references to 3.9 instead of 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 13, 2023
1 parent 05c4a61 commit e3d42e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: check python version
run: python --version
- uses: actions/download-artifact@v3
with: {name: python-distribution-files, path: dist/}
- name: Install tox
- name: Install tox-gh plugin
run: python -m pip install tox-gh>=1.2
- name: Setup test suite
run: tox -vv --notest
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ formats:
- pdf

python:
version: 3.8
version: 3.9
install:
- requirements: docs/requirements.txt
- {path: ., method: pip}
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ isolated_build = True

[gh]
python =
3.8: py38
3.9: py39
3.12: py312


Expand All @@ -25,7 +25,6 @@ extras =
testing
all
commands =
python --version
# The `-m ""` overrides the `-m "not slow"` in setup.cfg
pytest {posargs} -m ""

Expand Down

0 comments on commit e3d42e9

Please sign in to comment.