Skip to content

Commit 05c11a7

Browse files
committed
drop python 3.11
1 parent 2190420 commit 05c11a7

2 files changed

Lines changed: 3 additions & 309 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
description = "A general equilibrium overlapping generations model for fiscal policy analysis"
1212
readme = "README.md"
1313
license = {text = "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"}
14-
requires-python = ">=3.11, <3.14"
14+
requires-python = ">=3.12, <3.14"
1515
classifiers = [
1616
"Development Status :: 2 - Pre-Alpha",
1717
"Intended Audience :: Developers",
@@ -20,7 +20,6 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",
2524
"Programming Language :: Python :: 3.13",
2625
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)