Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Nov 27, 2022
1 parent e41df66 commit 4201a20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.10']
python: ['3.11']

steps:
- uses: actions/checkout@v2
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
# https://github.com/actions/setup-python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
Expand Down

0 comments on commit 4201a20

Please sign in to comment.