Skip to content

Commit

Permalink
chore: update test matrix python versions (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Feb 2, 2022
1 parent 25e2609 commit db1292f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nox

SUPPORTED_PY_VERSIONS = ["3.5", "3.6", "3.7", "3.8"]
SUPPORTED_PY_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]


def _install_dev_packages(session):
Expand Down

0 comments on commit db1292f

Please sign in to comment.