Skip to content

Commit

Permalink
Use Python 3.12 for third-party checks
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Oct 18, 2024
1 parent 886960f commit 18603ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stubtest_third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
# TODO: Use Python 3.12. As of 2024-03-08, several third-party
# packages fail to install with Python 3.12.
python-version: "3.11"
python-version: "3.12"
cache: pip
cache-dependency-path: |
requirements-tests.txt
Expand Down

0 comments on commit 18603ac

Please sign in to comment.