From 4cfea766717579bdeab853d40e4039c17fa3c822 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 13 Oct 2024 15:18:00 +0330 Subject: [PATCH 1/4] fix : Python 3.13 added to test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23d39470..9a47c52b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-2022, macOS-13] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0, 3.13.0] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} From d25c57ca7f458986857429aa7a1664379dbcf6ee Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 13 Oct 2024 15:18:58 +0330 Subject: [PATCH 2/4] fix : Python 3.13 added to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 90d97387..fd8744c2 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ def read_description(): 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Text Processing :: Fonts', 'Topic :: Text Editors', 'Topic :: Text Processing :: General', From 730538164e9512e7f1930d714bf0828a098d38c2 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 13 Oct 2024 15:19:40 +0330 Subject: [PATCH 3/4] doc : Python 3.13 added to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bc26d4df..79cee539 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,6 +68,7 @@ body: label: Python version description: Which version of Python are you using? options: + - Python 3.13 - Python 3.12 - Python 3.11 - Python 3.10 From 9f3d88051c3c03fdf14ebbb3196a6a3851c7ba01 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 13 Oct 2024 15:20:31 +0330 Subject: [PATCH 4/4] doc : CHANGELOG.md updated --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfed1a8e..92967502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. 3. neva 4. orinda 5. smila +### Changed +- `Python 3.13` added to `test.yml` ## [6.3] - 2024-09-19 ### Added - `data` directory