#2464 - Seeing if python 3.12 will also run...

This commit is contained in:
Charlie Crane
2024-05-01 16:01:08 +01:00
parent 392b83fc64
commit 57cff8d4e3
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ name = "primaite"
description = "PrimAITE (Primary-level AI Training Environment) is a simulation environment for training AI under the ARCD programme."
authors = [{name="Defence Science and Technology Laboratory UK", email="oss@dstl.gov.uk"}]
license = {file = "LICENSE"}
requires-python = ">=3.8, <3.12"
requires-python = ">=3.8, <3.13"
dynamic = ["version", "readme"]
classifiers = [
"License :: OSI Approved :: MIT License",