Skip to content

Commit

Permalink
Update pragam
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 10, 2024
1 parent fea92e4 commit 6635adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

from pip_manage._pip_interface import _OutdatedPackage

if sys.version_info >= (3, 10): # pragma: >=3.12 cover
if sys.version_info >= (3, 10): # pragma: >=3.10 cover
from typing import ParamSpec
else: # pragma: <3.12 cover
else: # pragma: <3.10 cover
from typing_extensions import ParamSpec

_P = ParamSpec("_P")
Expand Down

0 comments on commit 6635adc

Please sign in to comment.