Skip to content

Commit

Permalink
Merge pull request #64 from JakobGM/thomasaarholt/python-3.12
Browse files Browse the repository at this point in the history
Add python 3.12 to poetry and tests
  • Loading branch information
thomasaarholt committed Apr 7, 2024
2 parents 7fa7829 + 022ad4c commit f80aba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.11.4 3.10.4 3.9.12 3.8.13
python 3.12.2
poetry 1.5.1
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# "type_check"
)
locations = "src", "tests", "noxfile.py", "docs/conf.py"
supported_python_versions = "3.9", "3.10", "3.11"
supported_python_versions = "3.9", "3.10", "3.11", "3.12"


def install_with_constraints(session, *args, **kwargs):
Expand Down

0 comments on commit f80aba1

Please sign in to comment.