Skip to content

Commit

Permalink
migrated to python 3.9 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo-Antonioli committed Feb 28, 2024
1 parent fd7a4c5 commit cb43162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v4.7.1
with:
python-version: 3.8
python-version: 3.9

- name: Install system deps
shell: bash
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
fail-fast: true
steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit cb43162

Please sign in to comment.