Skip to content

Commit 83d4e41

Browse files
Python 3.14 (#74)
* fix : Python 3.14 added to setup.py * fix : Python 3.14 added to test.yml * fix : Python 3.14 added to bug_report.yml * doc : CHANGELOG.md updated
1 parent 786696c commit 83d4e41

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
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
- `clear_screen` function modified
1414
- `run_clock` function modified
1515
- `print_calendar` function modified
16+
- `Python 3.14` added to `test.yml`
1617
- `README.md` updated
1718
## [1.2] - 2025-09-02
1819
### Added

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def read_description() -> str:
5757
'Programming Language :: Python :: 3.11',
5858
'Programming Language :: Python :: 3.12',
5959
'Programming Language :: Python :: 3.13',
60+
'Programming Language :: Python :: 3.14',
6061
'Intended Audience :: Developers',
6162
'Intended Audience :: Education',
6263
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)