Commit 39c12863 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Run tests with 3.11

Also update action/checkout version
parent a784e4f5
...@@ -14,10 +14,10 @@ jobs: ...@@ -14,10 +14,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Test in container with Python ${{ matrix.python-version }} - name: Test in container with Python ${{ matrix.python-version }}
env: env:
PYTHON_VER: ${{matrix.python-version}} PYTHON_VER: ${{matrix.python-version}}
......
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
python-version: ["3.9"] python-version: ["3.9"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Test in container with system Python - name: Test in container with system Python
env: env:
BUILD_TYPE: debian_sys_container BUILD_TYPE: debian_sys_container
......
...@@ -14,10 +14,10 @@ jobs: ...@@ -14,10 +14,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Test in container with Python ${{ matrix.python-version }} - name: Test in container with Python ${{ matrix.python-version }}
env: env:
PYTHON_VER: ${{matrix.python-version}} PYTHON_VER: ${{matrix.python-version}}
......
...@@ -15,16 +15,16 @@ jobs: ...@@ -15,16 +15,16 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
exclude: exclude:
# excludes 2.7 on windows as chocolatey does not support it anymore # excludes 2.7 on windows as chocolatey does not support it anymore
- os: windows-latest - os: windows-latest
python-version: 2.7 python-version: 2.7
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Cache eggs - name: Cache eggs
......
scripts.cfg
\ No newline at end of file
...@@ -11,11 +11,11 @@ jobs: ...@@ -11,11 +11,11 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
package: [zest.releaser, pyspf] package: [zest.releaser, pyspf]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
......
...@@ -9,7 +9,7 @@ jobs: ...@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
package: [zest.releaser, pyspf] package: [zest.releaser, pyspf]
steps: steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment