Skip to content

Commit 73840fe

Browse files
committed
Add Python 3.14 to CI
1 parent a36e7d1 commit 73840fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ testpaths = ["tests"]
4242

4343
[tool.black]
4444
line-length = 120
45-
target-version = ['py310', 'py311', 'py312', 'py313']
45+
target-version = ['py310', 'py311', 'py312', 'py313', 'py314']
4646

4747
[tool.flake8]
4848
max-line-length = 120

0 commit comments

Comments
 (0)