Skip to content

Commit

Permalink
Bumps minimum python version to 3.9 (#294)
Browse files Browse the repository at this point in the history
* Bumps minimum python version to 3.9

* Update PackageTest.yml
  • Loading branch information
djperrefort committed Jul 17, 2024
1 parent a5e2de0 commit 6c09ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
notifier = "quota_notifier.cli:Application.execute"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
pydantic-settings = "2.3.4"
sqlalchemy = "2.0.31"

Expand Down

0 comments on commit 6c09ac8

Please sign in to comment.