Skip to content

Commit e0bdc0f

Browse files
committed
add up to py 12
1 parent 2fa4cd9 commit e0bdc0f

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]
18-
python: ["3.7", "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
@@ -167,6 +167,8 @@ def build_extensions(self):
167167
"Programming Language :: Python :: 3.8",
168168
"Programming Language :: Python :: 3.9",
169169
"Programming Language :: Python :: 3.10",
170+
"Programming Language :: Python :: 3.11",
171+
"Programming Language :: Python :: 3.12",
170172
"Programming Language :: Python :: Implementation :: CPython",
171173
],
172174
keywords=[],

0 commit comments

Comments
 (0)