Skip to content

Commit 3f72d3f

Browse files
committed
Build & test with Python 3.12 and Django 6
1 parent 3b0d03d commit 3f72d3f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerab
66
pyjwt>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability
77
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
88
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability
9-
django>=5.0.14 # not directly required, pinned by Snyk to avoid a vulnerability
9+
django>=6.0 # not directly required, pinned by Snyk to avoid a vulnerability
1010
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_install_requires(path):
3434
url='https://github.com/kiwitcms/github-app/',
3535
license='AGPLv3+',
3636
install_requires=get_install_requires('requirements.txt'),
37+
python_requires='>=3.12',
3738
packages=find_packages(exclude=['test_project*', '*.tests']),
3839
zip_safe=False,
3940
include_package_data=True,
@@ -47,6 +48,7 @@ def get_install_requires(path):
4748
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
4849
'Programming Language :: Python :: 3',
4950
'Programming Language :: Python :: 3.12',
51+
'Framework :: Django :: 6.0',
5052
],
5153
entry_points={"kiwitcms.plugins": ["kiwitcms_github_app = tcms_github_app"]},
5254
)

0 commit comments

Comments
 (0)