mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-05 11:06:06 +01:00
Add 3.11 as supported version and update metadata
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
10
setup.cfg
10
setup.cfg
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user