Skip to content

Commit dd75506

Browse files
committed
Adding Python3.12 to Action
1 parent ee3f481 commit dd75506

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
# python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
include:
21+
- os: ubuntu-latest
22+
python-version: "3.12"
23+
- os: windows-latest
24+
python-version: "3.12"
25+
- os: macos-latest
26+
python-version: "3.12"
2027

2128
# What works:
2229
# macos 3.8-3.11

0 commit comments

Comments
 (0)