Skip to content

Commit

Permalink
Run tests against Python 3.10 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 2, 2021
1 parent b041538 commit 46aafe2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
dist: xenial
dist: focal

language: python
python:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"
- "3.10.0"

cache:
pip: true
directories:
- ${VIRTUAL_ENV}

before_install:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- source $HOME/.poetry/env
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
- make doctor

install:
Expand Down
2 changes: 1 addition & 1 deletion .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = GNU Make
[Python]

cli = python
version = 3.7 || 3.8
version = 3.7 || 3.8 || 3.9 || 3.10

[Poetry]

Expand Down
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46aafe2

Please sign in to comment.