Skip to content

Commit

Permalink
Merge pull request #1137 from michael-k/python3.11
Browse files Browse the repository at this point in the history
Run tests against Python 3.11 stable
  • Loading branch information
krisfremen committed Nov 3, 2022
2 parents e916a2d + fa2cf19 commit c28d39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# pypy3 randomly fails on Windows builds
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build37: PYTHON_VER = python3.7
build38: PYTHON_VER = python3.8
build39: PYTHON_VER = python3.9
build310: PYTHON_VER = python3.10
build311: PYTHON_VER = python3.11

build36 build37 build38 build39 build310: clean
$(PYTHON_VER) -m venv venv
Expand Down

0 comments on commit c28d39e

Please sign in to comment.