Skip to content

Commit 69363a3

Browse files
committed
add python 3.12 to test matrix
1 parent 0332d4a commit 69363a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 3.9
2121
- "3.10"
2222
- "3.11"
23+
- "3.12"
2324

2425
steps:
2526
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2021
"Intended Audience :: Developers",
2122
"Environment :: Console",
2223
]

0 commit comments

Comments
 (0)