Skip to content

Commit

Permalink
update py version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 26, 2023
1 parent 6832d46 commit e9ed927
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
python: 3.x
toxenv: codestyle

- name: Python 3.7 with minimal dependencies
- name: Python 3.11 with minimal dependencies
os: ubuntu-latest
python: 3.7
toxenv: py37-test
python: 3.11
toxenv: py311-test
toxposargs: --remote-data=any

- name: Python 3.9 with latest dev versions of key dependencies
- name: Python 3.11 with latest dev versions of key dependencies
os: ubuntu-latest
python: 3.9
toxenv: py39-test-devdeps
toxenv: py11-test-devdeps
toxposargs: --remote-data=any

- name: Test building of Sphinx docs
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-test{,-alldeps,-devdeps}
py{311}-test{,-alldeps,-devdeps}
build_docs
codestyle
isolated_build = true
Expand Down

0 comments on commit e9ed927

Please sign in to comment.