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 committed Oct 4, 2023
1 parent df86826 commit 56437f4
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 @@ -97,7 +97,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12-dev'
python-version: '3.12'
- name: Install and build
run: |
python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit 56437f4

Please sign in to comment.