|
|
|
@ -11,7 +11,6 @@ classifiers = [ |
|
|
|
|
"License :: OSI Approved :: Apache Software License", |
|
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
|
"Programming Language :: Python :: 3 :: Only", |
|
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
|
"Programming Language :: Python :: 3.8", |
|
|
|
|
"Programming Language :: Python :: 3.9", |
|
|
|
|
"Programming Language :: Python :: 3.10", |
|
|
|
@ -20,7 +19,7 @@ classifiers = [ |
|
|
|
|
"Topic :: Database :: Database Engines/Servers", |
|
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules", |
|
|
|
|
] |
|
|
|
|
requires-python = ">=3.7" |
|
|
|
|
requires-python = ">=3.8" |
|
|
|
|
|
|
|
|
|
[project.urls] |
|
|
|
|
Changelog = "https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md" |
|
|
|
|