Skip to content

Commit 93fd607

Browse files
committed
Test docstub for Python 3.10 and 3.11 again
1 parent 7fce493 commit 93fd607

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- { short: linux, name: ubuntu-latest }
4848
- { short: win, name: windows-latest }
4949
- { short: macos, name: macos-14 }
50-
python-version: ["3.12", "3.13"]
50+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5151

5252
steps:
5353
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
license = "BSD-3-Clause AND PSF-2.0"
1515
license-files = ["LICENSE.txt"]
1616

17-
requires-python = ">=3.12"
17+
requires-python = ">=3.10"
1818
keywords = ["typing", "stub files", "docstings", "numpydoc"]
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
@@ -25,6 +25,8 @@ classifiers = [
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3 :: Only",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
2830
"Programming Language :: Python :: 3.12",
2931
"Programming Language :: Python :: 3.13",
3032
"Topic :: Software Development :: Code Generators",

0 commit comments

Comments
 (0)