We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006b384 commit 795e7e0Copy full SHA for 795e7e0
.github/workflows/python-package.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main ]
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
0 commit comments