Skip to content

Commit

Permalink
add Python 3.10 and 3.11 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Nov 3, 2022
1 parent 23dec4a commit 420b2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# Confirm that the `python` maps to the version we just installed.
Expand Down

0 comments on commit 420b2e8

Please sign in to comment.