File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments