diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6be776f9..01fa107a 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.9"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.10"] steps: - uses: actions/checkout@v3 diff --git a/MANIFEST.in b/MANIFEST.in index 31cc0dc8..59a4aea1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,7 +12,6 @@ include test/iso_8859_1.py include test/fake_configuration/.pep8 include test/fake_pycodestyle_configuration/tox.ini include tox.ini -include .pre-commit-hooks.yaml recursive-exclude test/suite *.py recursive-exclude test/suite/out *.py exclude .travis.yml