We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3094c commit 4d7b6c6Copy full SHA for 4d7b6c6
.github/workflows/tests.yml
@@ -75,9 +75,7 @@ jobs:
75
- uses: actions/checkout@v5
76
- uses: actions/setup-python@v6
77
with:
78
- # Use py311 for now, as py312 seems to be around 30s slower in CI
79
- # TODO: figure out why that is (#11590)
80
- python-version: "3.11"
+ python-version: "3.14"
81
- uses: astral-sh/setup-uv@v6
82
83
version-file: "requirements-tests.txt"
0 commit comments