Skip to content

Commit

Permalink
Changed python version to 3.11, 3.12 broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Oct 22, 2024
1 parent 2889356 commit e32c0a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fair-mast"
version = "1.0"
description = "A data management system for Tokamak data"
readme = "README.md"
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9, <3.12"
authors = [
]
maintainers = [
Expand All @@ -18,7 +18,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
]
dependencies = [
Expand Down

0 comments on commit e32c0a4

Please sign in to comment.