Skip to content

Commit

Permalink
CI workflow/tests: Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Nov 14, 2022
1 parent 1e40cb9 commit c3cfd40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# PREPARED: python-version: ['3.10', '3.9']
os: [windows-latest]
python-version: ["3.10", "3.9"]
python-version: ["3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v3
# DISABLED: name: Setup Python ${{ matrix.python-version }} on platform=${{ matrix.os }}
Expand All @@ -29,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'py.requirements/*.txt'
# DISABLED:
# -- DISABLED:
# - name: Show Python version
# run: python --version
- name: Install Python package dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# PREPARED: python-version: ['3.9', '2.7', '3.10', '3.8', 'pypy-2.7', 'pypy-3.8']
# PREPARED: os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.10", "3.9", "2.7"]
python-version: ["3.11", "3.10", "3.9", "2.7"]
exclude:
- os: windows-latest
python-version: "2.7"
Expand All @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'py.requirements/*.txt'
# DISABLED:
# -- DISABLED:
# - name: Show Python version
# run: python --version
- name: Install Python package dependencies
Expand Down

0 comments on commit c3cfd40

Please sign in to comment.