Skip to content

Commit

Permalink
Merge branch 'main' into support-python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Oct 9, 2023
2 parents 6ebcb3c + 5dea4e5 commit 0a13134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a13134

Please sign in to comment.