Skip to content

Commit 7f151aa

Browse files
authored
Update build-test.yml (#271)
- removed pinned vcrpy version - added python 3.12 and removed 3.8 to match our documentation
1 parent 2feb914 commit 7f151aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: ['3.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.9', '3.10', '3.11', '3.12']
1818
include:
1919
- os: windows-latest
2020
python-version: '3.10'
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Test with pytest
4040
run: |
41-
pip install vcrpy==4.3.1 pytest pytest-cov
41+
pip install vcrpy pytest pytest-cov
4242
pytest --cov=./ --cov-config=.coveragerc
4343
4444
- name: Upload coverage
@@ -72,5 +72,5 @@ jobs:
7272
7373
- name: Test with pytest
7474
run: |
75-
pip install vcrpy==4.3.1 pytest pytest-cov
75+
pip install vcrpy pytest pytest-cov
7676
pytest --cov=./ --cov-config=.coveragerc

0 commit comments

Comments
 (0)