Skip to content

Commit

Permalink
Verified 3.12 compatibility, bump version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Nov 28, 2023
1 parent 78e7d7b commit 9065dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ephys-link"
version = "0.9.18rc2"
version = "1.0.0a1"
license = { file = "LICENSE" }

authors = [{ name = "Kenneth Yang", email = "[email protected]" }]
Expand All @@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]

requires-python = ">=3.8, <3.12"
requires-python = ">=3.8, <3.13"
dependencies = [
"aiohttp==3.9.1",
"pyserial==3.5",
Expand Down

0 comments on commit 9065dfb

Please sign in to comment.