Skip to content

Commit

Permalink
this doesn't work on py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAndre-Rivet committed May 2, 2024
1 parent ce8f38b commit 392567d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
{ "os": "ubuntu-latest", "python": "3.9" },
{ "os": "ubuntu-latest", "python": "3.10" },
{ "os": "ubuntu-latest", "python": "3.11" },
{ "os": "ubuntu-latest", "python": "3.12" },
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7,<3.12"
boto3 = "^1.7"
click = "8.1.7"

Expand Down

0 comments on commit 392567d

Please sign in to comment.