Skip to content

Commit

Permalink
Merge pull request #402 from chezou/313
Browse files Browse the repository at this point in the history
Support Python 3.13; Drop 3.8
  • Loading branch information
chezou authored Oct 17, 2024
2 parents cb6131c + ea031a1 commit 78a18c7
Show file tree
Hide file tree
Showing 7 changed files with 4,655 additions and 4,656 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '17'
java-package: jdk
Expand All @@ -22,11 +22,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: |
3.8
3.9
3.10
3.11
3.12
3.13
- name: Install dependencies and test
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
import sphinx_rtd_theme # noqa: F401

GH_ORGANIZATION = "chezou"
GH_PROJECT = "tabula-py"
Expand Down
Loading

0 comments on commit 78a18c7

Please sign in to comment.