Skip to content

Commit

Permalink
CI: python 3.12 is now released
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Oct 4, 2023
1 parent fde586f commit e1e5c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_devtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12-dev"
python-version: "3.12"
- name: Install tox
run: python -m pip install --upgrade tox
- name: Run tests against dev dependencies
Expand Down

0 comments on commit e1e5c30

Please sign in to comment.