Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aiohttp from 3.8.6 to 3.9.1 #255

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Verified 3.12 compatibility, bump version requirements
kjy5 committed Nov 28, 2023
commit 9065dfbb08510662d449083462c19459595a87fe
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]" }]
@@ -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",