Skip to content

Commit

Permalink
Build and test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 10, 2023
1 parent 2bb4d06 commit f3701e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8]
python-version: [3.11]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.11]
make-command: [doc8, flake8, pylint, integration_test]
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@ def get_version():
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
Expand Down

0 comments on commit f3701e1

Please sign in to comment.