We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efa95c commit 32fece2Copy full SHA for 32fece2
.travis.yml
@@ -2,9 +2,9 @@ language: python
2
3
matrix:
4
include:
5
- - python: 3.6
6
- - python: 3.7
7
- - python: 3.8
+ - python: 3.10
+ - python: 3.11
+ - python: 3.12
8
9
# command to install dependencies
10
#before_install:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
line-length = 79
-target-version = ['py36', 'py37', 'py38']
+target-version = ['py310', 'py311', 'py312']
include = '\.pyi?$'
exclude = '''
/(
0 commit comments