Skip to content

Commit

Permalink
fix version conflicts with older versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Nov 17, 2024
1 parent a1d08c8 commit 67d909c
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 67d909c

Please sign in to comment.