Skip to content

Commit

Permalink
Update Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov committed Nov 3, 2023
1 parent 0b4f944 commit 61de21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: pip install -r requirements.txt
- name: isort
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
Expand All @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand Down

0 comments on commit 61de21e

Please sign in to comment.