Skip to content

Commit cc6d52f

Browse files
committed
Add Python 3.14 to workflow testing matrix
1 parent 6bfb647 commit cc6d52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.13"]
15+
python-version: ["3.13", "3.14"]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -33,5 +33,5 @@ jobs:
3333
- name: Mypy Check
3434
uses: jpetrucciani/mypy-check@master
3535
with:
36-
python_version: "3.13"
36+
python_version: ${{ matrix.python-version }}
3737
requirements: ". .[dev]"

0 commit comments

Comments
 (0)