Skip to content

Commit

Permalink
Merge pull request #51 from hairmare/chore/update-py-versions
Browse files Browse the repository at this point in the history
chore: drop Python 3.7 and add 3.11 support
  • Loading branch information
stephrdev authored Mar 5, 2024
2 parents 43bee04 + 588076a commit f44b6b5
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 285 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.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
Expand Down
Loading

0 comments on commit f44b6b5

Please sign in to comment.