We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8533868 commit 6942e7fCopy full SHA for 6942e7f
.github/workflows/testing.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
strategy:
10
matrix:
11
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
0 commit comments