Skip to content

Commit 64b0eb3

Browse files
committed
Add 3.11 as supported version and update metadata
1 parent 9bdd769 commit 64b0eb3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ['3.7', '3.8', '3.9', '3.10']
19+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2020
architecture: ['x64']
2121

2222
steps:

setup.cfg

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
[metadata]
22
name = pytiled_parser
3-
description = A library for parsing JSON formatted Tiled Map Editor maps and tilesets.
3+
description = A library for parsing Tiled Map Editor maps and tilesets.
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
author = Benjamin Kirkbride
77
author-email = [email protected]
8+
maintainer = Darren Eberly
9+
maintainer-email = [email protected]
810
license = MIT
911
license-file = LICENSE
10-
url = https://github.com/Beefy-Swain/pytiled_parser
12+
url = https://github.com/pythonarcade/pytiled_parser
1113

1214
classifiers =
1315
Development Status :: 5 - Production/Stable
1416
Intended Audience :: Developers
1517
License :: OSI Approved :: MIT License
1618
Operating System :: OS Independent
1719
Programming Language :: Python
18-
Programming Language :: Python :: 3.6
1920
Programming Language :: Python :: 3.7
2021
Programming Language :: Python :: 3.8
22+
Programming Language :: Python :: 3.9
23+
Programming Language :: Python :: 3.10
24+
Programming Langauge :: Python :: 3.11
2125
Programming Language :: Python :: Implementation :: CPython
2226
Topic :: Software Development :: Libraries :: Python Modules
2327

0 commit comments

Comments
 (0)