Add Python 3.11 to build matrix.

This commit is contained in:
Dain Nilsson 2022-11-22 14:59:35 +01:00
parent bcefd244e6
commit c6c3a68da0
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
architecture: [x86, x64]
exclude:
- os: ubuntu-latest
@ -23,10 +23,10 @@ jobs:
name: ${{ matrix.os }} Py ${{ matrix.python }} ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture }}
@ -51,10 +51,10 @@ jobs:
name: Build Python source .tar.gz
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.x