Skip to content

Commit

Permalink
TST: Use stable Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Oct 4, 2023
1 parent cfd5cd8 commit c14f903
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 @@ -77,7 +77,7 @@ jobs:

- name: Test with dev dependencies
os: ubuntu-latest
python: '3.12-dev'
python: '3.12'
toxenv: py312-test-devdeps

- name: Test with old dependencies
Expand Down

0 comments on commit c14f903

Please sign in to comment.