Skip to content

Commit

Permalink
sunsetting python 3.6 and add support for python3.11 alpha
Browse files Browse the repository at this point in the history
Python 3.6 EOLs this years, so we move on to the next release.

Thanks 3.6 for being a game changer and thanks for all the 🐟

Authored-by: Vinit Kumar <[email protected]>
Signed-off-by: Vinit Kumar <[email protected]>
  • Loading branch information
vinitkumar committed Dec 18, 2021
1 parent 2fc182f commit 5cb10e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5cb10e8

Please sign in to comment.