Skip to content

Commit 7bd5118

Browse files
committed
Support python 3.9
1 parent ce4a018 commit 7bd5118

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6+
- "3.9-dev"
67
addons:
78
apt:
89
update: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Tools
2020

2121
### Production
22-
- python 3.6, 3.7, 3.8
22+
- python 3.6, 3.7, 3.8, 3.9
2323
- [pytest](https://pypi.org/project/pytest/) framework
2424
- [selenium](https://selenium.dev/) library
2525
- [pom](https://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html) framework

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==19.10b0
22
coveralls==1.8.2
33
flake8==3.7.9
4-
mypy==0.740
4+
mypy==0.790
55
pdbpp==0.10.2

0 commit comments

Comments
 (0)