Skip to content

Commit

Permalink
Build & test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 14, 2024
1 parent 3d4cfe6 commit 1b58fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.11]
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def get_install_requires(path):
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
],
entry_points={"kiwitcms.plugins": ["kiwitcms_github_app = tcms_github_app"]},
)

0 comments on commit 1b58fd9

Please sign in to comment.