Skip to content

Commit

Permalink
Update pytest and run CI with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl committed Dec 21, 2022
1 parent fa77024 commit 1535967
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements_frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pytest-cov==2.11.1
pytest-flake8==1.0.7
pytest-pylint==0.18.0
pytest-runner==5.3.0
pytest==6.2.2
pytest==7.0.1
python-dateutil==2.8.1
pytz==2021.1
pytzdata==2020.1
Expand Down

0 comments on commit 1535967

Please sign in to comment.