Skip to content

Commit 5a035d4

Browse files
Require Python 3.11 instead of 3.12 to fix exam compatibility
1 parent af9436d commit 5a035d4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

poetry.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "comp1010"
3-
version = "25.1.5"
3+
version = "25.1.6"
44
description = "The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course."
55
authors = [
66
{ name = "COMP1010 UNSW", email = "[email protected]" },
77
{ name = "Maddy Guthridge", email = "[email protected]" },
88
]
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"flask (>=3.1.0,<4.0.0)",
1313
"pyhtml-enhanced (>=2.2.0,<3.0.0)",

0 commit comments

Comments
 (0)