Skip to content

Commit

Permalink
update deploy with new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 authored Jan 15, 2025
1 parent efd1b5f commit e79597b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.10'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Python dependencies
Expand All @@ -70,8 +70,8 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
git-version: [2.17.0, 2.35.0, 2.37.1]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
git-version: ['2.17.0', '2.35.0', '2.37.1']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e79597b

Please sign in to comment.