Skip to content

Commit

Permalink
Merge pull request #192 from Origen-SDK/python_3.11_support
Browse files Browse the repository at this point in the history
Python 3.11/312 support
  • Loading branch information
coreyeng authored Jul 26, 2023
2 parents 313fe40 + cda1eaf commit 8520c30
Show file tree
Hide file tree
Showing 100 changed files with 2,224 additions and 2,185 deletions.
1,286 changes: 712 additions & 574 deletions python/origen/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/origen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ generate-setup-file = false
origen = 'origen.__bin__:run_origen'

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.7.0,<=3.12"
origen_metal = "= 0.4.0"
termcolor = ">= 1.1.0"
colorama = "^0.4"
Expand Down
349 changes: 184 additions & 165 deletions python/origen_metal/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/origen_metal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Bare metal APIs for the Origen SDK"
authors = ["Origen-SDK"]

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.7.0,<=3.12"
pyreadline3 = { version="^3.3", platform="win32" }
termcolor = ">= 1.1.0"
colorama = ">= 0.4.4" # Note: colorama is usually installed on the system already, but it isn't actually required (e.g. WSL won't have this by default)
Expand Down
Loading

0 comments on commit 8520c30

Please sign in to comment.