Skip to content

Commit

Permalink
setup.cfg update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 17, 2023
1 parent dbf088f commit 9d90dee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ url = https://github.com/anand-bala/signal-temporal-logic

classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -26,5 +22,5 @@ classifiers =
[options]
zip_safe = False
packages = find:
python_requires = >= 3.5, == 3.*
python_requires = >= 3.9, < 3.12

0 comments on commit 9d90dee

Please sign in to comment.