Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- name: Cloning repo
Expand Down
13 changes: 6 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.9
# uv pip compile requirements-dev.in --constraints requirements.txt -o requirements-dev.txt --python-version 3.10
absolufy-imports==0.3.1
# via -r requirements-dev.in
annotated-types==0.7.0
# via pydantic
argcomplete==3.6.2
# via datamodel-code-generator
black==25.1.0
black==26.5.1
# via
# -r requirements-dev.in
# datamodel-code-generator
Expand All @@ -29,10 +29,7 @@ flake8==7.3.0
genson==1.3.0
# via datamodel-code-generator
importlib-metadata==8.7.0
# via
# build
# pytest-codspeed
# typeguard
# via build
inflect==7.5.0
# via datamodel-code-generator
iniconfig==2.1.0
Expand Down Expand Up @@ -65,7 +62,7 @@ packaging==25.0
# build
# datamodel-code-generator
# pytest
pathspec==0.12.1
pathspec==1.1.1
# via
# black
# mypy
Expand Down Expand Up @@ -114,6 +111,8 @@ pytest-lazy-fixtures==1.3.4
# via -r requirements-dev.in
pytest-mock==3.14.1
# via -r requirements-dev.in
pytokens==0.4.1
# via black
pyyaml==6.0.2
# via datamodel-code-generator
rich==14.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"semver>=3.0.4,<4",
"typing-extensions>=4.14.1,<5",
],
python_requires=">=3.10",
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
Loading