Skip to content

Commit

Permalink
remove python 3.7 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
olgadoronina authored Feb 26, 2025
1 parent 30c7ff7 commit 38c29ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# This workflow will install Python dependencies, run tests, and lint with a variety of Python versions
# For more information, see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: test

Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 38c29ee

Please sign in to comment.