Skip to content

Commit

Permalink
dropped support fpr python 3.8 and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alb2001 committed Jan 12, 2025
1 parent 3ad6fe4 commit 7d7bcd2
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 502 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

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

0 comments on commit 7d7bcd2

Please sign in to comment.