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 36667ef commit 5ce416bCopy full SHA for 5ce416b
.github/workflows/ci.yml
@@ -7,14 +7,14 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ubuntu-latest]
11
- python-version: [3.8]
+ os: [ubuntu-latest, windows-latest, macos-12]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
- name: Set up Python
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
0 commit comments