Skip to content

Commit

Permalink
Update pyproject.toml to correct python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell authored Oct 25, 2024
1 parent 3270cd8 commit 4081543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "nsls2api"
dynamic = ["version", "dependencies"]
description = ''
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.11"
license = "BSD-3-Clause"
authors = [
{ name = "Stuart Campbell", email = "scampbell@bnl.gov" },
Expand All @@ -17,9 +17,9 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]

Expand Down

0 comments on commit 4081543

Please sign in to comment.