Skip to content

Commit 98863d2

Browse files
Merge pull request #7 from gregory-halverson-jpl/main
setting minimum Python version to 3.10
2 parents 0894cf3 + 2371761 commit 98863d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "solar_apparent_time"
6-
version = "1.3.0"
6+
version = "1.3.1"
77
description = "methods to translate Python datetime between solar apparent time and Coordinate Universal Time (UTC)"
88
readme = "README.md"
99
authors = [
@@ -18,7 +18,7 @@ dependencies = [
1818
"rasters"
1919
]
2020

21-
requires-python = ">=3.11"
21+
requires-python = ">=3.10"
2222

2323
[tool.setuptools.package-data]
2424
solar_apparent_time = ["*.txt"]

solar_apparent_time/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)