Skip to content

Commit 90cc6b1

Browse files
committed
build: add python 3.12
1 parent d6daed4 commit 90cc6b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ['3.8', 'pypy3.8', '3.9', 'pypy3.9', '3.10', '3.11']
15+
python-version: ['3.8', 'pypy3.8', '3.9', 'pypy3.9', '3.10', '3.11', '3.12']
1616
include:
1717
- os: macos-13
1818
python-version: '3.8'
@@ -26,6 +26,8 @@ jobs:
2626
python-version: '3.10'
2727
- os: macos-latest
2828
python-version: '3.11'
29+
- os: macos-latest
30+
python-version: '3.12'
2931

3032
steps:
3133
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)