Skip to content

Commit

Permalink
Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa committed Mar 26, 2021
1 parent c0905bc commit 6e676fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.x'
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 6e676fb

Please sign in to comment.