Skip to content

Commit 9db0a5e

Browse files
committed
python requirement 3.10 instead of 3.11
@mustafacc do you need 3.11? A server I am using has 3.10
1 parent 37288bb commit 9db0a5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gds_fdtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = """Mustafa Hammood"""
55
__email__ = "mustafa@siepic.com"
6-
__version__ = "0.3.8"
6+
__version__ = "0.3.9"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ build-backend = "flit_core.buildapi"
88
# ────────────────────────── project meta ─────────────────────────
99
[project]
1010
name = "gds_fdtd"
11-
version = "0.3.8"
11+
version = "0.3.9"
1212
description = "Minimalist utilities for photonic FDTD workflows."
1313
authors = [{ name = "Mustafa Hammood", email = "mustafa@siepic.com" }]
1414
license = { text = "MIT" }
1515
readme = { file = "README.md", content-type = "text/markdown" }
16-
requires-python = ">=3.11,<3.14"
16+
requires-python = ">=3.10,<3.14"
1717
keywords = [
1818
"python", "photonics", "fdtd", "simulation", "optics",
1919
"eda", "electromagnetics", "gds", "silicon-photonics"

0 commit comments

Comments
 (0)