Skip to content

Commit

Permalink
Bump Python version for RC testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 11, 2024
1 parent aeb4eee commit f3a189a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/predeps_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.12'
- name: Install and build
run: python -m pip install tox --upgrade
- name: Run tests
run: tox -e py310-test-predeps
run: tox -e py312-test-predeps

0 comments on commit f3a189a

Please sign in to comment.