Skip to content

Commit

Permalink
Merge pull request #9 from rabbit72/minor-fixes
Browse files Browse the repository at this point in the history
drop 3.6, 3.7 support, add new versions, update dependencies
  • Loading branch information
rabbit72 authored Jun 11, 2024
2 parents ee3fbc8 + 66f008c commit b8f867f
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 563 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ one source of truth for version, name and etc.

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

It supports Python 3.6+.
It supports Python 3.8+.

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.8

[mypy-tests.*]
ignore_errors = True
Loading

0 comments on commit b8f867f

Please sign in to comment.