Skip to content

Commit d902568

Browse files
authored
Merge pull request #61 from jcal-15/ci-updates
A few minor CI updates
2 parents c41a7c6 + cbcd144 commit d902568

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
- "3.9"
2020
- "3.10"
2121
- "3.11"
22+
- "3.12"
2223
runs-on: ubuntu-latest
2324

2425
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-python@v2
26+
- uses: actions/checkout@v4
27+
- uses: actions/setup-python@v5
2728
with:
2829
python-version: ${{ matrix.python }}
2930

argparse_dataclass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
SOFTWARE.
224224
225225
"""
226+
226227
import argparse
227228
from typing import (
228229
TypeVar,

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.9",
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1920
]
2021

2122
[project.urls]

0 commit comments

Comments
 (0)