Skip to content

Commit 4345aa7

Browse files
committed
Update Python version requirement to 3.11
1 parent dc89964 commit 4345aa7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These are our requirements (in particular we highlight those that are not usuall
1616
1717
* `GNU compiler collection <https://gcc.gnu.org/>`_ (in particular the C compiler ``gcc``);
1818

19-
* `Python <http://www.python.org/>`_ >= 3.9;
19+
* `Python <http://www.python.org/>`_ >= 3.11;
2020

2121
* `libcg <http://libcg.sourceforge.net/>`_;
2222

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,11 @@ class build_py_and_l10n(build_py):
195195
},
196196
keywords="ioi programming contest grader management system",
197197
license_expression="AGPL-3.0-only",
198+
python_requires=">=3.11",
198199
classifiers=[
199200
"Development Status :: 5 - Production/Stable",
200201
"Natural Language :: English",
201202
"Operating System :: POSIX :: Linux",
202-
"Programming Language :: Python :: 3.12",
203+
"Programming Language :: Python :: 3.11",
203204
],
204205
)

0 commit comments

Comments
 (0)