Skip to content

Commit 78a18c7

Browse files
authored
Merge pull request #402 from chezou/313
Support Python 3.13; Drop 3.8
2 parents cb6131c + ea031a1 commit 78a18c7

File tree

7 files changed

+4655
-4656
lines changed

7 files changed

+4655
-4656
lines changed

.github/workflows/pythontest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-java@v3
16+
- uses: actions/setup-java@v4
1717
with:
1818
java-version: '17'
1919
java-package: jdk
@@ -22,11 +22,11 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: |
25-
3.8
2625
3.9
2726
3.10
2827
3.11
2928
3.12
29+
3.13
3030
- name: Install dependencies and test
3131
run: |
3232
python -m pip install --upgrade pip

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# import os
1919
# import sys
2020
# sys.path.insert(0, os.path.abspath('.'))
21-
import sphinx_rtd_theme
21+
import sphinx_rtd_theme # noqa: F401
2222

2323
GH_ORGANIZATION = "chezou"
2424
GH_PROJECT = "tabula-py"

0 commit comments

Comments
 (0)