Skip to content

Commit

Permalink
Merge pull request #641 from hhatto/heavenshell-topic/pycodestyle2.9.0
Browse files Browse the repository at this point in the history
Heavenshell topic/pycodestyle2.9.0
  • Loading branch information
hhatto committed Aug 6, 2022
2 parents d2281be + bd3459b commit e8bc5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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", pypy2, pypy3]
python-version: [3.7, 3.8, 3.9, "3.10", pypy3]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@


INSTALL_REQUIRES = (
['pycodestyle >= 2.8.0', 'toml']
['pycodestyle >= 2.9.0', 'toml']
)


Expand Down

0 comments on commit e8bc5e5

Please sign in to comment.