We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2167b1b commit 23a5882Copy full SHA for 23a5882
.github/workflows/ci.yml
@@ -1,7 +1,6 @@
1
name: 'CI'
2
3
on:
4
- push:
5
pull_request:
6
7
@@ -22,7 +21,7 @@ jobs:
22
21
steps:
23
- name: Checkout
24
uses: actions/checkout@v3
25
- - name: Setup Python ${{ matrix.python }}
+ - name: Setup Python
26
uses: actions/setup-python@v4
27
with:
28
python-version: 3.8
@@ -43,7 +42,7 @@ jobs:
43
42
timeout-minutes: 10
44
strategy:
45
matrix:
46
- python: [ 3.8 ]
+ python: [3.8, 3.12]
47
48
49
0 commit comments