forked from Urban-Meteorology-Reading/SUEWS
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update requires-python version to >3.9, <3.13 in pyproject.toml
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" } | ||
|
||
|
@@ -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 | ||
|