Skip to content

Commit

Permalink
ci: remove py 3.6, add py 3.9, remove min
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Feb 14, 2023
1 parent b15db91 commit fe2bf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
requirements-level: [min, pypi]
python-version: [3.7, 3.8, 3.9]
requirements-level: [pypi]

steps:
- name: Checkout
Expand Down

0 comments on commit fe2bf0e

Please sign in to comment.