summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-12 18:23:11 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-12 18:23:11 +0100
commite23dc019be61c6f8a573d3880a8423690bb0e413 (patch)
treeb4fd4895f119cdc73f5d8805f56fac9b022eceff /mypy.ini
parentaa0bbaa548bd31933d3cbf5257d9487574e072d2 (diff)
downloadgobject-introspection-e23dc019be61c6f8a573d3880a8423690bb0e413.tar.gz
Require Python 3.6
3.5 is EOL now and we'd like to use newer typing features
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index e69a623d..225d5791 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,3 +1,3 @@
[mypy]
ignore_missing_imports = True
-python_version = 3.5 \ No newline at end of file
+python_version = 3.6 \ No newline at end of file