drop py3.6. Misc housekeeping
This commit is contained in:
@@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "peakrdl-regblock"
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.6"
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"systemrdl-compiler >= 1.27.0, < 2",
|
||||
"systemrdl-compiler >= 1.29.0, < 2",
|
||||
"Jinja2>=2.11",
|
||||
]
|
||||
|
||||
@@ -27,13 +27,6 @@ classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"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",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
|
||||
Reference in New Issue
Block a user