Skip to content

Commit 8c9b419

Browse files
authored
Add/python3.13 (#142)
* `python3.13` added * `python3.13` added * `python3.13` added * `CHANGELOG.md` updated * `CHANGELOG.md` updated * Update CHANGELOG.md
1 parent 76b0d49 commit 8c9b419

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
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.13
7172
- Python 3.12
7273
- Python 3.11
7374
- Python 3.10

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-20.04, windows-2022, macOS-13]
19-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
19+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0, 3.13.0]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- PyMilo exception types added in `pymilo/exceptions/__init__.py`
1010
- PyMilo exception types added in `pymilo/__init__.py`
1111
### Changed
12+
- `Python 3.13` added to `test.yml`
1213
## [1.0] - 2024-09-16
1314
### Added
1415
- Compression method test in `ML Streaming` RESTful testcases

setup.py

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

0 commit comments

Comments
 (0)