Skip to content

Commit

Permalink
Merge pull request #530 from pllim/py312-stable
Browse files Browse the repository at this point in the history
TST: Use Python 3.12 stable
  • Loading branch information
larrybradley authored Oct 4, 2023
2 parents 98c2f3a + 4b428c1 commit 74e72c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
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 74e72c2

Please sign in to comment.