We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3934dbe commit fa03bbaCopy full SHA for fa03bba
.github/workflows/build.yml
@@ -9,12 +9,12 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, windows-latest, macos-latest]
12
- python-version: [3.7, 3.8, 3.9]
+ python-version: ['3.11', '3.12']
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
0 commit comments