Skip to content

Commit 892918c

Browse files
Added python 3.12 support (#346)
1 parent 5848968 commit 892918c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

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, macos-11, windows-2019]
19-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", "pypy3.8", "pypy3.9", "pypy3.10", ]
19+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0", "pypy3.8", "pypy3.9", "pypy3.10", ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Check out repository

pypandoc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.9',
4444
'Programming Language :: Python :: 3.10',
4545
'Programming Language :: Python :: 3.11',
46+
'Programming Language :: Python :: 3.12',
4647
'Programming Language :: Python :: Implementation :: CPython',
4748
'Programming Language :: Python :: Implementation :: PyPy'
4849
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
'Programming Language :: Python :: 3.9',
2424
'Programming Language :: Python :: 3.10',
2525
'Programming Language :: Python :: 3.11',
26+
'Programming Language :: Python :: 3.12',
2627
'Programming Language :: Python :: Implementation :: CPython',
2728
'Programming Language :: Python :: Implementation :: PyPy'
2829
]

0 commit comments

Comments
 (0)