Skip to content

Commit 548ab07

Browse files
Python 3.14 (#242)
* fix : Python 3.14 added to setup.py * fix : Python 3.14 added to test.yml * doc : CHANGELOG.md updated
1 parent 7acd226 commit 548ab07

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ body:
6868
label: Python version
6969
description: Which version of Python are you using?
7070
options:
71+
- Python 3.14
7172
- Python 3.13
7273
- Python 3.12
7374
- Python 3.11

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-22.04, windows-2022, macOS-13]
30-
python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0]
29+
os: [ubuntu-22.04, windows-2022, macos-15-intel]
30+
python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0, 3.14.0]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- `README.md` updated
1111
- `__init__` function in `PyMiloServer`
1212
- Test system modified
13+
- `Python 3.14` added to `test.yml`
1314
### Removed
1415
- Python 3.6 support
1516
## [1.3] - 2025-02-26

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def read_description():
6464
'Programming Language :: Python :: 3.11',
6565
'Programming Language :: Python :: 3.12',
6666
'Programming Language :: Python :: 3.13',
67+
'Programming Language :: Python :: 3.14',
6768
'Intended Audience :: Developers',
6869
'Intended Audience :: Education',
6970
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)