Skip to content

Commit

Permalink
Merge pull request #65 from SCAI-BIO/dependency-fixes
Browse files Browse the repository at this point in the history
Drop python 3.9 support
  • Loading branch information
tiadams authored Dec 19, 2024
2 parents 513e02f + edfa13f commit dfa5ae4
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit dfa5ae4

Please sign in to comment.