Skip to content

Commit

Permalink
Python 3.11 Support (#212)
Browse files Browse the repository at this point in the history
* fix : Python 3.11 added to test.yml

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi committed Nov 10, 2022
1 parent d62bbb6 commit 5cd5e98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 5cd5e98

Please sign in to comment.