Skip to content

Commit

Permalink
Testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Skipper committed Dec 4, 2023
1 parent 17506f9 commit 28018e8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
39 changes: 23 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9, <4"
python = ">=3.9, <3.13"

# dependencies needed for building docs are included here.
# they are marked as "optional" and are installed as the extra "docs".
Expand Down Expand Up @@ -75,7 +75,7 @@ pipenv = "2022.1.8"
moto = "3.0.5"
testfixtures = "^7.0.3"
wheel = "^0.42.0"
pyinstaller = "4.5.1"
pyinstaller = "^6.2.0"

[tool.poetry.dev-dependencies]
black = ">=22.1"
Expand Down

0 comments on commit 28018e8

Please sign in to comment.