Skip to content

Commit

Permalink
Allow Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskuti committed Nov 10, 2023
1 parent ce9ca3b commit f84b3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
python-version:
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
authors = ["Mendix Cloud Value Added Services Team <dis_valueaddedservices@mendix.com>"]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<3.13"
cookiecutter = "^2"

[tool.poetry.group.lint]
Expand Down

0 comments on commit f84b3ff

Please sign in to comment.