Skip to content

Commit

Permalink
Merge branch 'RaRe-Technologies:develop' into advanced-usage-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jul 24, 2023
2 parents c839cf3 + b436f86 commit 273c164
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup up Python 3.10
- name: Setup up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"

- name: Update pip
run: python -m pip install -U pip
Expand All @@ -26,15 +26,15 @@ jobs:
strategy:
matrix:
include:
- {python: '3.7', os: ubuntu-20.04}
- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}
- {python: '3.11', os: ubuntu-20.04}

- {python: '3.7', os: windows-2019}
- {python: '3.8', os: windows-2019}
- {python: '3.9', os: windows-2019}
- {python: '3.10', os: windows-2019}
- {python: '3.11', os: windows-2019}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
strategy:
matrix:
include:
- {python: '3.7', os: ubuntu-20.04}
- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}
- {python: '3.11', os: ubuntu-20.04}

#
# Some of the doctests don't pass on Windows because of Windows-specific
Expand Down Expand Up @@ -105,10 +105,10 @@ jobs:
strategy:
matrix:
include:
- {python: '3.7', os: ubuntu-20.04, moto_server: true}
- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}
- {python: '3.11', os: ubuntu-20.04}

# Not sure why we exclude these, perhaps for historical reasons?
#
Expand Down Expand Up @@ -159,10 +159,10 @@ jobs:
strategy:
matrix:
include:
- {python: '3.7', os: ubuntu-20.04}
- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}
- {python: '3.11', os: ubuntu-20.04}

# - {python: '3.7', os: windows-2019}
# - {python: '3.8', os: windows-2019}
Expand Down

0 comments on commit 273c164

Please sign in to comment.