Skip to content

Commit

Permalink
Merge pull request #125 from gi0baro/packaging-20-8
Browse files Browse the repository at this point in the history
Update packaging dep to v20.8
  • Loading branch information
sdispater authored Jan 29, 2021
2 parents 0160212 + 38ba900 commit b5a1b1f
Show file tree
Hide file tree
Showing 23 changed files with 1,798 additions and 666 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9.0-rc.1, pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
exclude:
- os: Ubuntu
python-version: pypy2
Expand Down Expand Up @@ -48,6 +48,11 @@ jobs:
shell: bash
run: poetry config virtualenvs.in-project true

- name: Configure poetry installer
if: matrix.python-version == '2.7'
shell: bash
run: poetry config experimental.new-installer false

- name: Set up cache
uses: actions/cache@v1
id: cache
Expand Down
Loading

0 comments on commit b5a1b1f

Please sign in to comment.