Skip to content

Commit

Permalink
Python 3.12 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Oct 11, 2023
1 parent f97ac48 commit 3060727
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .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-dev']
python: [3.8, 3.9, '3.10', '3.11', '3.12']
runs-on: ubuntu-latest
name: Python ${{ matrix.python }}
steps:
Expand Down Expand Up @@ -90,11 +90,9 @@ jobs:
- name: run flake8
run:
python -m flake8 tests/ doc/ setup.py
if: ${{ matrix.python != '3.12-dev' }}
- name: run pycodestyle
run:
python -m pycodestyle djvu/
if: ${{ matrix.python != '3.12-dev' }}
- name: build sdist
run:
python setup.py sdist
Expand Down

0 comments on commit 3060727

Please sign in to comment.