Skip to content

Commit 32fece2

Browse files
committed
Update tested and supported python versions
1 parent 4efa95c commit 32fece2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22

33
matrix:
44
include:
5-
- python: 3.6
6-
- python: 3.7
7-
- python: 3.8
5+
- python: 3.10
6+
- python: 3.11
7+
- python: 3.12
88

99
# command to install dependencies
1010
#before_install:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 79
3-
target-version = ['py36', 'py37', 'py38']
3+
target-version = ['py310', 'py311', 'py312']
44
include = '\.pyi?$'
55
exclude = '''
66
/(

0 commit comments

Comments
 (0)