Skip to content

Commit

Permalink
remove datadeps from CI workflow; add test for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tepickering committed Apr 6, 2023
1 parent 24cabbf commit 4111f74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@ jobs:
include:
- os: ubuntu-latest
python: '3.8'
tox_env: 'py38-test-datadeps'
tox_env: 'py38-test'
- os: ubuntu-latest
python: '3.9'
tox_env: 'py39-test-datadeps'
tox_env: 'py39-test'
- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-datadeps-cov'
tox_env: 'py310-test-cov'
- os: macos-latest
python: '3.10'
tox_env: 'py310-test-datadeps-devdeps'
tox_env: 'py310-test-devdeps'
- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test'
python: '3.11'
tox_env: 'py311-test'
- os: ubuntu-latest
python: '3.10'
tox_env: 'codestyle'
- os: ubuntu-latest
python: '3.8'
tox_env: 'py38-test-datadeps-oldestdeps'
tox_env: 'py38-test-oldestdeps'

steps:
- name: Check out repository
Expand Down

0 comments on commit 4111f74

Please sign in to comment.