diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index c914f28..46be007 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.8, 3.10.0] + python-version: [3.7, 3.8, 3.9, pypy-3.8, 3.10.1, '3.11.0a2'] os: [ ubuntu-20.04, macOS-latest, diff --git a/setup.py b/setup.py index eb96dbc..ba1d227 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], description="Simple Python Library to convert JSON to XML", install_requires=requirements,