We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2feb914 commit 7f151aaCopy full SHA for 7f151aa
.github/workflows/build-test.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
18
include:
19
- os: windows-latest
20
python-version: '3.10'
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Test with pytest
40
run: |
41
- pip install vcrpy==4.3.1 pytest pytest-cov
+ pip install vcrpy pytest pytest-cov
42
pytest --cov=./ --cov-config=.coveragerc
43
44
- name: Upload coverage
@@ -72,5 +72,5 @@ jobs:
72
73
74
75
76
0 commit comments