Skip to content

Commit b8f867f

Browse files
authored
Merge pull request #9 from rabbit72/minor-fixes
drop 3.6, 3.7 support, add new versions, update dependencies
2 parents ee3fbc8 + 66f008c commit b8f867f

File tree

8 files changed

+332
-563
lines changed

8 files changed

+332
-563
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ one source of truth for version, name and etc.
77

88
At the moment, the library provides the single point for a package version.
99

10-
It supports Python 3.6+.
10+
It supports Python 3.8+.
1111

1212
## Quick start
1313

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.6
2+
python_version = 3.8
33

44
[mypy-tests.*]
55
ignore_errors = True

0 commit comments

Comments
 (0)