Skip to content

Commit ff91360

Browse files
committed
Building wheels for Python 3.11
1 parent 542940b commit ff91360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
22+
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
2323
include:
2424
- os: [windows-latest]
2525
arch: ["x86"]
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151
strategy:
5252
matrix:
53-
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
53+
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
5454
include:
5555
- os: [windows-latest]
5656
arch: ["AMD64"]

delphivcl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.44"
1+
__version__ = "0.1.45"

0 commit comments

Comments
 (0)