|
@ -33,7 +33,7 @@ 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.6, 3.7, 3.8, 3.9] |
|
|
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11] |
|
|
no-coverage: [0] |
|
|
no-coverage: [0] |
|
|
include: |
|
|
include: |
|
|
- os: ubuntu-latest |
|
|
- os: ubuntu-latest |
|
@ -43,9 +43,9 @@ jobs: |
|
|
python-version: pypy-3.6 |
|
|
python-version: pypy-3.6 |
|
|
no-coverage: 1 |
|
|
no-coverage: 1 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python Env |
|
|
- name: Set up Python Env |
|
|
uses: actions/setup-python@v2 |
|
|
uses: actions/setup-python@v4 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- name: Display Python version |
|
|
- name: Display Python version |
|
@ -88,11 +88,11 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
os: [ubuntu-latest] |
|
|
os: [ubuntu-latest] |
|
|
python-version: [3.6] |
|
|
python-version: [3.11] |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python Env |
|
|
- name: Set up Python Env |
|
|
uses: actions/setup-python@v2 |
|
|
uses: actions/setup-python@v4 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- name: Display Python version |
|
|
- name: Display Python version |
|
|