Skip to content

Commit

Permalink
Merge pull request #709 from hhatto/support-python-version
Browse files Browse the repository at this point in the history
add 3.12, drop 3.7
  • Loading branch information
hhatto committed Oct 27, 2023
2 parents 3f31e69 + 2f2b821 commit af7399d
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 2,810 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "pypy3.10"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Expand Up @@ -7,7 +7,6 @@ include test/bad_encoding2.py
include test/e101_example.py
include test/example
include test/example/x.py
include test/example_with_reduce.py
include test/example.py
include test/iso_8859_1.py
include test/fake_configuration/.pep8
Expand Down
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -47,7 +47,6 @@ test_fast:
test_ci:
pytest --cov-report xml --cov=autopep8
@${PYTHON} test/acid.py -aaa --experimental test/example.py
@${PYTHON} test/acid.py -aaa --experimental test/example_with_reduce.py
@${PYTHON} test/acid.py --pycodestyle= -aaa --compare-bytecode --experimental test/example.py
@${PYTHON} test/acid.py --pycodestyle= --aggressive --line-range 550 610 test/inspect_example.py
@${PYTHON} test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
Expand Down

0 comments on commit af7399d

Please sign in to comment.