Skip to content

Commit

Permalink
ci: Use 3.11 final and update actions versions. (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Nov 3, 2022
1 parent 6153498 commit 7868914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11-dev', 'pypy-2.7', 'pypy-3.9']
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-2.7', 'pypy-3.9']

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 }}
- name: Test with unittest
Expand Down

0 comments on commit 7868914

Please sign in to comment.