Skip to content

Commit

Permalink
setup.cfg: Drop Python <3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed May 2, 2024
1 parent 91a76af commit 452e3e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages =
pypcode
python_requires = >=3.8
python_requires = >=3.10

[options.extras_require]
docs =
Expand Down

0 comments on commit 452e3e2

Please sign in to comment.