Skip to content

Commit

Permalink
No 3.7 in supported
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Oct 23, 2023
1 parent ab6a843 commit b7cc51d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -27,7 +26,7 @@ project_urls =
Source Code = https://github.com/dandi/dandischema

[options]
python_requires = >=3.7
python_requires = >=3.8
install_requires =
jsonschema[format]
pydantic[email] >= 1.8.1, < 2.0
Expand Down

0 comments on commit b7cc51d

Please sign in to comment.