Skip to content

Commit

Permalink
TST: Use Python 3.12 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Oct 4, 2023
1 parent b208386 commit 9e512f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# won't break this job at the PR stage.
- name: Python 3.12 with latest dev versions of key dependencies, and remote data
os: ubuntu-latest
python: '3.12-dev'
python: '3.12'
toxenv: py312-test-devdeps
toxposargs: --remote-data --run-slow
allow_failure: true
Expand Down

0 comments on commit 9e512f5

Please sign in to comment.