Skip to content

Commit

Permalink
Update test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Feb 25, 2023
1 parent 67c6193 commit 288bb8e
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 501 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
Expand Down
7 changes: 3 additions & 4 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
3.9.4
3.8.9
3.7.8
3.6.11
3.10.8
3.9.16
3.8.15

0 comments on commit 288bb8e

Please sign in to comment.