Skip to content

Commit

Permalink
fix: deprecate python<3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
billsioros committed Mar 4, 2024
1 parent cea48b2 commit b7282b6
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
Loading

0 comments on commit b7282b6

Please sign in to comment.