Skip to content

Commit 7e7398a

Browse files
committed
Expand Python testing to Python 3.12
Python 3.12 was released October 2nd. No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0693/#release-schedule Signed-off-by: Alex Nelson <[email protected]>
1 parent 1d1666e commit 7e7398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
python-version:
3939
- '3.9'
40-
- '3.11'
40+
- '3.12'
4141

4242
steps:
4343
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)