Skip to content
Snippets Groups Projects
Commit d211f86a authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Feat: reenable python 3.9

parent bb80d970
No related branches found
No related tags found
1 merge request!27Feature: Add `ci build wheel` for dovelet-core
......@@ -7,7 +7,7 @@ name = "dovelet_core"
dynamic = ["version"]
description = "C++ binding to IHTA DSP features"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.9"
authors = [
{ name = "Pascal Palenda", email = "pascal.palenda@akustik.rwth-aachen.de" },
]
......@@ -16,6 +16,9 @@ classifiers = [
"Development Status :: 1 - Planning",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: C++",
......
......@@ -7,7 +7,7 @@ name = "dovelet"
dynamic = ["version"]
description = "DSP for Outdoor Virtual Environments: Layout and Evaluation Testbed"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.9"
license = "Apache-2.0"
keywords = []
authors = [
......@@ -16,6 +16,9 @@ authors = [
classifiers = [
"Development Status :: 1 - Planning",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment