diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d780ea28..0c6b8b24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] architecture: ['x64'] steps: diff --git a/README.md b/README.md index 3d559f07..e06358b0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The [Arcade](https://api.arcade.academy) library has [supporting code](https://api.arcade.academy/en/latest/api/tilemap.html) to 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. +## Supported Python Versions + +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. + ## Installation Simply install with pip: