Skip to content

Commit 513621b

Browse files
authored
Merge pull request #85 from dhellmann/py-3-12
add python 3.12 to test matrix
2 parents 114896a + 2b731ff commit 513621b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pull_request_rules:
6666
- "check-success=Test Ubuntu (3.9)"
6767
- "check-success=Test Ubuntu (3.10)"
6868
- "check-success=Test Ubuntu (3.11)"
69+
- "check-success=Test Ubuntu (3.12)"
6970
- "check-success=Test Zsh"
7071
- "-draft"
7172
- "#approved-reviews-by>=1"

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)