Skip to content

Commit e747fb7

Browse files
authored
Merge pull request #239 from dathere/latest-stable-python-3-10
chore: DP+ requires python 3.10
2 parents b8861e6 + 5f714ba commit e747fb7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.18
1+
3.10.19

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "datapusher-plus"
33
version = "2.0.0"
44
description = "Next-generation, extensible Data Ingestion framework for CKAN. Accelerated by qsv."
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
license = { text = "AGPL-3.0-or-later" }
88
authors = [
99
{ name = "datHere" },
@@ -17,7 +17,6 @@ classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1919
"Programming Language :: Python :: 3 :: Only",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)