Skip to content

Commit

Permalink
Dropped python 3.8 (missing Annotated)
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Oct 9, 2024
1 parent 11bc2ea commit 6c0e752
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
#os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
#python-version: ["3.8", "3.9", "3.11"]
python-version: ["3.8"]
#python-version: ["3.9", "3.11"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
51 changes: 2 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message = "certified.message:app"
certified = "certified.certified:app"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
cryptography = ">=43.0.1"
pydantic = "^2.8.2"
typer = "^0.12.3"
Expand Down

0 comments on commit 6c0e752

Please sign in to comment.