diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29cfcdd7..2e9355bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d2a343..0f26c266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Changed - Test system modified +- `Python 3.11` added to `test.yml` ## [5.7] - 2022-07-06 ### Added - 5 new font diff --git a/setup.py b/setup.py index 59435ff9..89adb677 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ def read_description(): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Text Processing :: Fonts', 'Topic :: Text Editors', 'Topic :: Text Processing :: General',