Skip to content

Commit

Permalink
Add python3.13 to CICD (#33)
Browse files Browse the repository at this point in the history
* Add python3.13 to CICD

* Update pyproject.toml

setuptools has to be explicitly added for stopit to work
after installing with pip
  • Loading branch information
lnauta authored Dec 20, 2024
1 parent d1a674d commit 3ff598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]



Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
python = "^3.10"
couchdb = "^1.2"
stopit = "^1.1.2"
setuptools = "^66"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit 3ff598c

Please sign in to comment.