Skip to content

Commit

Permalink
add version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Jul 18, 2023
1 parent 0554f8a commit 2c6a0e8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, '3.10' ,]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: '3.10'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2c6a0e8

Please sign in to comment.