Skip to content

Commit

Permalink
CI: compat linting on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 10, 2023
1 parent 8cd34db commit c2efcc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.x" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10" ]
steps:
- uses: actions/checkout@v4
- name: Using Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion gunicorn/http/parser.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Self
from typing_extensions import Self

from _typeshed import Incomplete

Expand Down

0 comments on commit c2efcc5

Please sign in to comment.