Skip to content

Commit 9e505ae

Browse files
Merge pull request #16 from gregory-halverson/main
Python 3.10
2 parents 43716a9 + 9491fc1 commit 9e505ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.11]
16+
python-version: ["3.10"]
1717

1818
steps:
1919
- name: Checkout repository

modland/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

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 = "modland"
6-
version = "1.1.1"
6+
version = "1.1.2"
77
description = "georeferencing for MODIS/VIIRS sinusoidal tiles"
88
readme = "README.md"
99
authors = [
@@ -24,7 +24,7 @@ dependencies = [
2424
"shapely"
2525
]
2626

27-
requires-python = ">=3.11"
27+
requires-python = ">=3.10"
2828

2929
[tool.setuptools.package-data]
3030
modland = ["*.txt"]

0 commit comments

Comments
 (0)