Skip to content

Commit

Permalink
platform and py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-volue committed Mar 26, 2024
1 parent 56da2d6 commit 669d60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
jobs:
unittests:
timeout-minutes: 10
runs-on: linux-20.4
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10' , '3.11']
python-version: ['3.8', '3.9', '3.10' , '3.11']
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
Expand Down

0 comments on commit 669d60b

Please sign in to comment.