Skip to content

Commit ee59b16

Browse files
committed
add support until py 12
1 parent 394d548 commit ee59b16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.8", "3.9", "3.10"]
18+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919

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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def read(*names, **kwargs):
4545
"Programming Language :: Python :: 3.8",
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
48+
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.12",
4850
"Programming Language :: Python :: Implementation :: CPython",
4951
],
5052
keywords=[],

0 commit comments

Comments
 (0)