Skip to content

Commit

Permalink
chore: Update requires-python version to >3.9, <3.13 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed May 15, 2024
1 parent ee0e294 commit 16133b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ authors = [
{ name = "Dr Hamidreza Omidvar", email = "[email protected]" },
{ name = "Prof Sue Grimmond", email = "[email protected]" },
]
# version = "0.0.2" # Default version, will be overridden
dynamic = ["version"]
requires-python = ">3.8, <3.13"
requires-python = ">3.9, <3.13"

license = { text = "GPL-V3.0" }

Expand Down Expand Up @@ -82,7 +81,7 @@ suews-convert = "supy.cmd.table_converter:convert_table_cmd"
# # skip 32-bit and pypy builds
# skip = ["*-win32", "*-manylinux_i686", "pp*", '*-musllinux*']
# # build-frontend = "pip"
# before-build = ["git describe --tags --always --dirty"]
# before-build = ["pip install f90wrap oldest-supported-numpy && pip list"]

# # Increase pip debugging output
# build-verbosity = 0
Expand Down

0 comments on commit 16133b4

Please sign in to comment.