Skip to content

Commit fe71278

Browse files
handle pypy 3.10
1 parent 65ec4de commit fe71278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
4848
name = "serial-usbipclient"
4949
authors = ["Harry J. Collins <[email protected]>"]
5050
maintainers = ["Harry J. Collins <[email protected]>"]
51-
version = "1.0.4"
51+
version = "1.0.5"
5252
description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
5353
readme = "README.md"
5454
package-mode = true
5555

5656
[tool.poetry.dependencies]
57-
python = "^3.11"
57+
python = "^3.10"
5858
py-datastruct = "^1.0.0"
5959
typing-extensions="^4.12"
6060

0 commit comments

Comments
 (0)