Skip to content

Commit c28d39e

Browse files
authored
Merge pull request #1137 from michael-k/python3.11
Run tests against Python 3.11 stable
2 parents e916a2d + fa2cf19 commit c28d39e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
18+
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1919
os: [ubuntu-latest, macos-latest, windows-latest]
2020
exclude:
2121
# pypy3 randomly fails on Windows builds

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build37: PYTHON_VER = python3.7
77
build38: PYTHON_VER = python3.8
88
build39: PYTHON_VER = python3.9
99
build310: PYTHON_VER = python3.10
10+
build311: PYTHON_VER = python3.11
1011

1112
build36 build37 build38 build39 build310: clean
1213
$(PYTHON_VER) -m venv venv

0 commit comments

Comments
 (0)