Skip to content

Commit a634a28

Browse files
authored
Update pytest and run CI with Python 3.10 (#9)
1 parent fa77024 commit a634a28

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8, 3.9]
19+
python-version:
20+
- '3.6'
21+
- '3.7'
22+
- '3.8'
23+
- '3.9'
24+
- '3.10'
2025
steps:
2126
- uses: actions/checkout@v2
2227
- uses: actions/setup-python@v2

requirements_frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest-cov==2.11.1
3232
pytest-flake8==1.0.7
3333
pytest-pylint==0.18.0
3434
pytest-runner==5.3.0
35-
pytest==6.2.2
35+
pytest==7.0.1
3636
python-dateutil==2.8.1
3737
pytz==2021.1
3838
pytzdata==2020.1

0 commit comments

Comments
 (0)