Our Python bindings are 3.6+ now

pull/71/head
Tpt 4 years ago
parent 91bcc04245
commit 9b4253185b
  1. 4
      python/Cargo.toml

@ -25,10 +25,10 @@ classifier = [
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Rust", "Programming Language :: Rust",
"Topic :: Database :: Database Engines/Servers", "Topic :: Database :: Database Engines/Servers",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
@ -38,4 +38,4 @@ project-url = [
"Source, https://github.com/oxigraph/oxigraph/tree/master/python", "Source, https://github.com/oxigraph/oxigraph/tree/master/python",
"Tracker, https://github.com/oxigraph/oxrdflib/issues", "Tracker, https://github.com/oxigraph/oxrdflib/issues",
] ]
requires-python = ">=3.5" requires-python = ">=3.6"

Loading…
Cancel
Save