We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2190420 commit 05c11a7Copy full SHA for 05c11a7
2 files changed
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
11
description = "A general equilibrium overlapping generations model for fiscal policy analysis"
12
readme = "README.md"
13
license = {text = "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"}
14
-requires-python = ">=3.11, <3.14"
+requires-python = ">=3.12, <3.14"
15
classifiers = [
16
"Development Status :: 2 - Pre-Alpha",
17
"Intended Audience :: Developers",
@@ -20,7 +20,6 @@ classifiers = [
20
"Operating System :: OS Independent",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
"Programming Language :: Python :: 3.13",
26
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments