Skip to content

Commit

Permalink
chore: Drop support for Python 3.7 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 12, 2024
1 parent 0d9c50f commit 1c0700b
Show file tree
Hide file tree
Showing 4 changed files with 967 additions and 907 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# Only lint using the primary version used for dev
python-version: ["3.9"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -31,11 +31,11 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand Down
Loading

0 comments on commit 1c0700b

Please sign in to comment.