Skip to content

Commit

Permalink
build: update minimum required Python version to 3.12
Browse files Browse the repository at this point in the history
This change ensures compatibility with the latest Python features and security enhancements.
  • Loading branch information
liblaf committed Sep 30, 2024
1 parent b6eda87 commit daad053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "Add your description here"
license = { text = "MIT" }
name = "awesome"
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.12"
version = "0.1.0"

[project.scripts]
Expand Down
5 changes: 3 additions & 2 deletions python/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# all-features: true
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
annotated-types==0.6.0
Expand Down Expand Up @@ -33,7 +35,6 @@ httpx==0.27.0
# via awesome
# via githubkit
# via hishel
# via httpx
idna==3.7
# via anyio
# via httpx
Expand Down
5 changes: 3 additions & 2 deletions python/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# all-features: true
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
annotated-types==0.6.0
Expand Down Expand Up @@ -33,7 +35,6 @@ httpx==0.27.0
# via awesome
# via githubkit
# via hishel
# via httpx
idna==3.7
# via anyio
# via httpx
Expand Down

0 comments on commit daad053

Please sign in to comment.