Add 3.11 as supported version and update metadata

This commit is contained in:
Darren Eberly
2023-01-16 16:54:38 -05:00
parent 9bdd7693c1
commit 64b0eb3382
2 changed files with 8 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
architecture: ['x64']
steps:

View File

@@ -1,13 +1,15 @@
[metadata]
name = pytiled_parser
description = A library for parsing JSON formatted Tiled Map Editor maps and tilesets.
description = A library for parsing Tiled Map Editor maps and tilesets.
long_description = file: README.md
long_description_content_type = text/markdown
author = Benjamin Kirkbride
author-email = BenjaminKirkbride@gmail.com
maintainer = Darren Eberly
maintainer-email = darren.eberly@gmail.com
license = MIT
license-file = LICENSE
url = https://github.com/Beefy-Swain/pytiled_parser
url = https://github.com/pythonarcade/pytiled_parser
classifiers =
Development Status :: 5 - Production/Stable
@@ -15,9 +17,11 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
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 Langauge :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules