Skip to content

Commit

Permalink
Disable python 3.10 testing for now
Browse files Browse the repository at this point in the history
3.10 testing breaks, since only 3.10-dev is available and lxml package breaks when installed. Everything works fine locally with python 3.10.0 final.
  • Loading branch information
katajakasa committed Nov 10, 2021
1 parent 9227f86 commit 88d237c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- "3.8"
- "3.9"
- "3.10-dev"
# Python 3.10 testing is disabled for now, since only old 3.10-dev (incompatible) is available.
# - "3.10"
install:
- "pip install -r requirements.txt"
- "pip install -e ."
Expand Down

0 comments on commit 88d237c

Please sign in to comment.