Skip to content

Commit

Permalink
Add Python 3.12 to tests and supported versions list (janluke#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens authored Aug 23, 2024
1 parent b0ab32f commit ba5e661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- { name: 'Python 3.9, Click 8', tox: 'py39-click8', python: '3.9' }
- { name: 'Python 3.10, Click 8', tox: 'py310-click8', python: '3.10' }
- { name: 'Python 3.11, Click 8', tox: 'py311-click8', python: '3.11' }
- { name: 'Python 3.12, Click 8', tox: 'py312-click8', python: '3.12' }
# Docs
- { name: 'Docs', tox: docs, python: '3.8' }

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def make_long_description(write_file=False):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=find_packages(include=['cloup', 'cloup.*']),
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
lint
mypy
twine
py{37,38,39,310,311}-click8
py{37,38,39,310,311,312}-click8
report
docs

Expand Down

0 comments on commit ba5e661

Please sign in to comment.