11[build-system ]
22requires = [
3- " setuptools>=61 .0.0" ,
3+ " setuptools>=75 .0.0" ,
44 " wheel"
55]
66build-backend = " setuptools.build_meta"
@@ -14,6 +14,7 @@ authors = [
1414 { name = " John Giannelos" , email = " jgiannelos@mozilla.com" }
1515]
1616license = " MPL-2.0"
17+ requires-python = " >=3.9"
1718keywords = [" mozilla-django-oidc" ]
1819classifiers = [
1920 " Development Status :: 5 - Production/Stable" ,
@@ -28,7 +29,6 @@ classifiers = [
2829 " Natural Language :: English" ,
2930 " Programming Language :: Python :: 3" ,
3031 " Programming Language :: Python :: 3 :: Only" ,
31- " Programming Language :: Python :: 3.8" ,
3232 " Programming Language :: Python :: 3.9" ,
3333 " Programming Language :: Python :: 3.10" ,
3434 " Programming Language :: Python :: 3.11" ,
@@ -86,7 +86,7 @@ zip-safe = false
8686
8787[tool .setuptools .dynamic ]
8888version = { attr = " mozilla_django_oidc.__version__" }
89- readme = { file = [" README.rst" ], " content-type" = " text/x-rst" }
89+ readme = { file = [" README.rst" ], content-type = " text/x-rst" }
9090
9191[tool .setuptools .packages .find ]
9292include = [" mozilla_django_oidc" , " mozilla_django_oidc.*" ]
0 commit comments