Skip to content

Commit

Permalink
bump tests to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdimitrov committed Jan 17, 2025
1 parent 6ba9cde commit 0c0f128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install Poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0c0f128

Please sign in to comment.