Skip to content

Commit db1292f

Browse files
author
Justin Poehnelt
authored
chore: update test matrix python versions (#428)
1 parent 25e2609 commit db1292f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.5", "3.6", "3.7", "3.8"]
32+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v2

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import nox
22

3-
SUPPORTED_PY_VERSIONS = ["3.5", "3.6", "3.7", "3.8"]
3+
SUPPORTED_PY_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
44

55

66
def _install_dev_packages(session):

0 commit comments

Comments
 (0)