Skip to content

Commit f3701e1

Browse files
committed
Build and test with Python 3.11
1 parent 2bb4d06 commit f3701e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: [3.8]
19+
python-version: [3.11]
2020

2121
steps:
2222

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.8]
18+
python-version: [3.11]
1919
make-command: [doc8, flake8, pylint, integration_test]
2020
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]
2121

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def get_version():
4545
'Operating System :: POSIX',
4646
'Programming Language :: Python',
4747
'Programming Language :: Python :: 3.8',
48+
'Programming Language :: Python :: 3.11',
4849
'Topic :: Software Development',
4950
'Topic :: Software Development :: Libraries :: Python Modules',
5051
'Topic :: Software Development :: Quality Assurance',

0 commit comments

Comments
 (0)