Skip to content

Commit

Permalink
feature: python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Isenberg committed Jul 28, 2023
1 parent db5cb65 commit 0e715bb
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# AWS Serverless Text to Speech Service (Python)

[![license](https://img.shields.io/github/license/ran-isenberg/aws-text-to-speech)](https://github.com/ran-isenberg/aws-text-to-speech/blob/master/LICENSE)
![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.10&color=blue?style=flat-square&logo=python)
![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.11&color=blue?style=flat-square&logo=python)
![version](https://img.shields.io/github/v/release/ran-isenberg/aws-text-to-speech)
![github-star-badge](https://img.shields.io/github/stars/ran-isenberg/aws-text-to-speech.svg?style=social)
![issues](https://img.shields.io/github/issues/ran-isenberg/aws-text-to-speech)
Expand Down
2 changes: 1 addition & 1 deletion cdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
package_data={'': ['*.json']},
include_package_data=True,
python_requires='>=3.10',
python_requires='>=3.11',
install_requires=[],
)
97 changes: 45 additions & 52 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
repository="https://github.com/ran-isenberg/aws-text-to-speech"
readme = "README.md"
keywords = ["amazon polly", "text to speech", ]
license = "MIT-0"

[tool.poetry.dependencies]
python = "^3.10.0"
python = "^3.11.0"
pydantic = {version = "^2.0.3"}
email-validator = {version = "*"}
aws-lambda-powertools = {extras = ["tracer"],version = "^2.21.0"}
aws-lambda-powertools = {extras = ["tracer"],version = "^2.22.0"}
cachetools = "*"
boto3 = "^1.26.125"
aws-lambda-env-modeler = "*"
Expand Down

0 comments on commit 0e715bb

Please sign in to comment.