Skip to content

Commit

Permalink
workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jul 27, 2024
1 parent 9a926dc commit 0659f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,4 +31,3 @@ jobs:
- name: Test with unittest
run: |
python -m unittest discover -s tests

0 comments on commit 0659f61

Please sign in to comment.