Skip to content

Commit 3053238

Browse files
committed
Use 3.11 in release workflow
1 parent 7d3fdbe commit 3053238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v1
1414
with:
15-
python-version: '3.8'
15+
python-version: '3.11'
1616
architecture: 'x64'
1717

1818
- run: pip install poetry twine
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: ["windows-latest", "macos-latest", "ubuntu-latest"]
32-
python-version: [3.8]
32+
python-version: [3.11]
3333
include:
3434
-
3535
os: windows-latest

0 commit comments

Comments
 (0)