Skip to content

Commit

Permalink
TRIVIAL - support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-macak committed Oct 26, 2023
1 parent ab25d85 commit adc791a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT_PYTHON_VERSION=3.10
PROJECT_PYTHON_VERSION=3.11

if [[ ! -d .venv ]]; then
>&2 echo "Creating virtual environment..."
Expand Down
18 changes: 9 additions & 9 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
@@ -1,15 +1,15 @@
[tool.poetry]
name = "aws-testlib"
version = "0.1.0"
description = ""
description = "Provides support functions for testing AWS testing and mocking, namely AWS API Gateway Velocity engine"
authors = ["Martin Macak <[email protected]>"]
readme = "README.md"
packages = [
{ include = "aws_testlib" },
]

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
python = ">=3.10,<3.12"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit adc791a

Please sign in to comment.