We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e1112 commit acf0579Copy full SHA for acf0579
.github/workflows/python-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
15
16
steps:
17
- uses: actions/checkout@v4
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
description = "A standalone tool to generate OpenAPI schemas from serverless.yml files."
readme = "README.md"
-requires-python = ">=3.8"
+requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
0 commit comments