Skip to content

Commit

Permalink
Merge branch 'housekeep' of https://github.com/LSYS/LexicalRichness i…
Browse files Browse the repository at this point in the history
…nto housekeep
  • Loading branch information
LSYS committed Dec 25, 2022
2 parents 766e7b1 + fc04565 commit 384fe1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6','3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 384fe1c

Please sign in to comment.