We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c41a7c6 + cbcd144 commit d902568Copy full SHA for d902568
3 files changed
.github/workflows/main.yml
@@ -19,11 +19,12 @@ jobs:
19
- "3.9"
20
- "3.10"
21
- "3.11"
22
+ - "3.12"
23
runs-on: ubuntu-latest
24
25
steps:
- - uses: actions/checkout@v2
26
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
27
+ - uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python }}
30
argparse_dataclass.py
@@ -223,6 +223,7 @@
223
SOFTWARE.
224
225
"""
226
+
227
import argparse
228
from typing import (
229
TypeVar,
pyproject.toml
@@ -16,6 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
]
[project.urls]
0 commit comments