Skip to content

Commit 6147666

Browse files
committed
include 3.12
1 parent b0d3119 commit 6147666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, windows-latest, ubuntu-latest]
18-
python: ["3.9", "3.10", "3.11"]
18+
python: ["3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: compas-dev/compas-actions.build@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, windows-latest]
14-
python: ["3.9", "3.10", "3.11"]
14+
python: ["3.9", "3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: compas-dev/compas-actions.build@v4

0 commit comments

Comments
 (0)