Skip to content

Commit

Permalink
stop testing on EOL Python 3.8, test on regular Python 3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Oct 10, 2024
1 parent c854770 commit e388ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.13"
- name: prepare pip
run:
python -m pip install --upgrade pip wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
main:
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
runs-on: ubuntu-latest
name: Python ${{ matrix.python }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
python: "3.13"
apt_packages:
- libdjvulibre-dev
- graphviz
Expand Down

0 comments on commit e388ac3

Please sign in to comment.