Skip to content

Commit

Permalink
Remove outdated skip & version mention
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 22, 2023
1 parent 8dbd2db commit a6778cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Type Annotations

*attrs* comes with first class support for type annotations for both Python 3.6 ({pep}`526`) and legacy syntax.
*attrs* comes with first-class support for type annotations for both {pep}`526` and legacy syntax.

However they will forever remain *optional*, therefore the example from the README could also be written as:

Expand Down
4 changes: 0 additions & 4 deletions tests/test_pyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
import os.path
import shutil
import subprocess
import sys

import pytest

import attrs


pytestmark = [
pytest.mark.skipif(
sys.version_info < (3, 7), reason="Requires Python 3.7+."
),
pytest.mark.skipif(
shutil.which("pyright") is None, reason="Requires pyright."
),
Expand Down

0 comments on commit a6778cf

Please sign in to comment.