Skip to content

Commit 4695d29

Browse files
committed
Support python 3.9
1 parent 1d4a542 commit 4695d29

File tree

2 files changed

+3
-2
lines changed

2 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
install:
78
- pip install -r requirements.txt
89
script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
## Tools
1616

1717
### Language(s)
18-
- python 3.6, 3.7, 3.8
18+
- python 3.6, 3.7, 3.8, 3.9
1919

2020
### Development
2121
- [pylint](https://www.pylint.org/) code analyser
2222
- [black](https://black.readthedocs.io/en/stable/) code formatter
2323
- [travis](https://travis-ci.org/) CI
24-
- [pytest](https://docs.pytest.org/en/stable/)
24+
- [pytest](https://docs.pytest.org/en/stable/) framework
2525

2626
## Table of contents
2727
- [Creational](#creational)

0 commit comments

Comments
 (0)