Skip to content

Commit 0608764

Browse files
committed
Py 3.9 does not support types 'xyz | None'
1 parent bb82b9f commit 0608764

File tree

3 files changed

+29
-420
lines changed

3 files changed

+29
-420
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0-rc.2"
44
description = "Python Bindings for OpenLayersJS"
55
readme = "README.md"
66
authors = [{ name = "Stefan Kuethe", email = "[email protected]" }]
7-
requires-python = ">=3.9, <4"
7+
requires-python = ">=3.10, <4"
88
dependencies = [
99
"anywidget>=0.9.0",
1010
"eval-type-backport>=0.2.2",

0 commit comments

Comments
 (0)