Skip to content

Commit

Permalink
Use py312 for devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Oct 5, 2023
1 parent 74e72c2 commit e7b6820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
tox_env: 'py311-test-devdeps'
toxposargs: --remote-data=any
allow_failure: true
prefix: '(Allowed failure)'

- os: ubuntu-latest
python: '3.12'
tox_env: 'py312-test-devdeps'
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,7 @@ jobs:
prefix: ''

- os: ubuntu-latest
python: '3.11'
tox_env: 'py311-test-devdeps'
toxposargs: --remote-data=any
allow_failure: true
prefix: '(Allowed failure)'

- os: ubuntu-latest
python: '3.12-dev'
python: '3.12'
tox_env: 'py312-test-devdeps'
toxposargs: --remote-data=any
allow_failure: true
Expand Down

0 comments on commit e7b6820

Please sign in to comment.