Skip to content

Commit

Permalink
Support python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Jan 4, 2023
1 parent da84f6e commit 11e1b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litexcnc"
version = "0.9.0a3"
version = "0.9.0a4"
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
authors = ["Peter van Tol <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Programming Language :: Other",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -35,7 +36,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
packaging = "^21.3"
pydantic = "^1.10.2"
requests = {version="^2.28.1", optional = true}
Expand Down

0 comments on commit 11e1b41

Please sign in to comment.