Skip to content

Commit 6f92ad5

Browse files
authored
Added Python 3.14 to unit tests and PyPI classifiers; updated project URL (#140)
Mostly just a metadata change; merging without review.
1 parent ad13447 commit 6f92ad5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1616

1717
env:
1818
OS: ${{ matrix.os }}

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ def get_version(rel_path):
4444
long_description=long_description,
4545
long_description_content_type='text/markdown',
4646
url='https://github.com/MideTechnology/ebmlite/tree/master',
47+
project_urls={
48+
"Bug Tracker": "https://github.com/MideTechnology/ebmlite/issues",
49+
"Documentation": "https://docs.endaq.com/projects/ebmlite/en/latest/index.html",
50+
"Source Code": "https://github.com/MideTechnology/ebmlite",
51+
},
4752
license='MIT',
4853
classifiers=['Development Status :: 5 - Production/Stable',
4954
'License :: OSI Approved :: MIT License',
@@ -53,6 +58,7 @@ def get_version(rel_path):
5358
'Programming Language :: Python :: 3.11',
5459
'Programming Language :: Python :: 3.12',
5560
'Programming Language :: Python :: 3.13',
61+
'Programming Language :: Python :: 3.14',
5662
],
5763
keywords='ebml binary matroska webm',
5864
packages=setuptools.find_packages(exclude="tests"),

0 commit comments

Comments
 (0)