Skip to content

Commit

Permalink
Remove 3.6 support, add 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jkochNU committed Apr 11, 2023
1 parent a56eb9f commit ef3075e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytests.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.6,
3.7,
3.8]
python-version: [3.7,
3.8,
3.9]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit ef3075e

Please sign in to comment.