mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
I forgot that sugar for the types annotation of variable was added to Python 3.6
This commit is contained in:
parent
2597acb208
commit
7b1fdef84d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
name: py35
|
||||
name: py36
|
||||
channels:
|
||||
- conda-forge
|
||||
- default
|
||||
dependencies:
|
||||
- python=3.5
|
||||
- python=3.6
|
||||
- sphinx=1.5.3
|
||||
- sphinx_rtd_theme=0.2.4
|
||||
- pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue