Skip to content

Commit cd4ba27

Browse files
committed
Adding python 3.14 and 3.15
1 parent 7618254 commit cd4ba27

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022]
20-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10", ]
20+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15", "pypy3.9", "pypy3.10", ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Check out repository

pypandoc/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
43+
"Programming Language :: Python :: 3.13",
44+
"Programming Language :: Python :: 3.14",
45+
"Programming Language :: Python :: 3.15",
4346
"Programming Language :: Python :: Implementation :: CPython",
4447
"Programming Language :: Python :: Implementation :: PyPy",
4548
]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ classifiers = [
2323
'Programming Language :: Python :: 3.10',
2424
'Programming Language :: Python :: 3.11',
2525
'Programming Language :: Python :: 3.12',
26+
'Programming Language :: Python :: 3.13',
27+
'Programming Language :: Python :: 3.14',
28+
'Programming Language :: Python :: 3.15',
2629
'Programming Language :: Python :: Implementation :: CPython',
2730
'Programming Language :: Python :: Implementation :: PyPy'
2831
]

0 commit comments

Comments
 (0)