Skip to content

Commit 31458e0

Browse files
committed
Remove 3.7 from CI testing matrix
1 parent 2e2f970 commit 31458e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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', '3.11', '3.12']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020
architecture: ['x64']
2121

2222
steps:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The [Arcade](https://api.arcade.academy) library has
1212
[supporting code](https://api.arcade.academy/en/latest/api/tilemap.html) to
1313
integrate PyTiled Parser and [example code](https://api.arcade.academy/en/latest/examples/index.html#using-tiled-map-editor-to-create-maps) showing its use.
1414

15+
## Supported Python Versions
16+
17+
pytiled-parser works on Python 3.6 - 3.12(and should continue to work on new versions). However we are not actively testing on Python 3.6 and 3.7 due to other development tooling not supporting them, however as long as it remains tenable to do so, we will support these versions and fix problems for them.
18+
1519
## Installation
1620

1721
Simply install with pip:

0 commit comments

Comments
 (0)