Skip to content

Commit

Permalink
Update tested and supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 10, 2024
1 parent 4efa95c commit 32fece2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: python

matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.10
- python: 3.11
- python: 3.12

# command to install dependencies
#before_install:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 79
target-version = ['py36', 'py37', 'py38']
target-version = ['py310', 'py311', 'py312']
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit 32fece2

Please sign in to comment.