Skip to content

Commit 9d930e8

Browse files
committed
add Python 3.14 to github workflow, upgrade lint workflow to Python 3.13
1 parent 4582b63 commit 9d930e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.12']
12+
python-version: ['3.13']
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/tabulate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
11+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)