Skip to content

Commit c3b1872

Browse files
authored
Merge pull request #197 from ewjoachim/upgrade
2 parents 6c78d48 + c77a75c commit c3b1872

File tree

5 files changed

+523
-478
lines changed

5 files changed

+523
-478
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- python_version: "3.7"
18-
script: tests
1917
- python_version: "3.8"
2018
script: tests
2119
- python_version: "3.9"

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 23.7.0
1414
hooks:
1515
- id: black
1616

@@ -25,7 +25,7 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.3.0
28+
rev: v1.4.1
2929
hooks:
3030
- id: mypy
3131

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PyPIToken: Manipulate PyPI API tokens
3434
:alt: Contributor Covenant
3535

3636

37-
PyPIToken is an open-source Python 3.7+ library for generating and manipulating
37+
PyPIToken is an open-source Python 3.8+ library for generating and manipulating
3838
PyPI tokens.
3939

4040
PyPI tokens are very powerful, as that they are based on Macaroons_. They allow

0 commit comments

Comments
 (0)