From 9b4253185bf53001b6a356789760c0f6ef7e07cb Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 1 Jan 2021 11:30:16 +0100 Subject: [PATCH] Our Python bindings are 3.6+ now --- python/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 2a3dab8a..1dd0caa7 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -25,10 +25,10 @@ classifier = [ "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: MIT License", "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 :: Rust", "Topic :: Database :: Database Engines/Servers", "Topic :: Software Development :: Libraries :: Python Modules", @@ -38,4 +38,4 @@ project-url = [ "Source, https://github.com/oxigraph/oxigraph/tree/master/python", "Tracker, https://github.com/oxigraph/oxrdflib/issues", ] -requires-python = ">=3.5" +requires-python = ">=3.6"