Skip to content

Commit f9b2282

Browse files
committed
Drop Python 3.9 support
1 parent 8f4015f commit f9b2282

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
16+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "Mdformat plugin for GitHub Flavored Markdown compatibility"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.10"
1616
dependencies = [
1717
'mdformat >=0.7.5,<0.8.0',
1818
'markdown-it-py', # Let `mdformat` choose version boundaries for `markdown-it-py`
@@ -36,7 +36,7 @@ keywords = ["mdformat", "markdown", "formatter", "gfm"]
3636

3737
[tool.tox]
3838
requires = ["tox>=4.21.1"]
39-
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13"]
39+
env_list = ["3.10", "3.11", "3.12", "3.13", "3.14"]
4040

4141
[tool.tox.env_run_base]
4242
description = "Run tests under {base_python}"

0 commit comments

Comments
 (0)