Skip to content

Commit

Permalink
Merge pull request #197 from ewjoachim/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jul 25, 2023
2 parents 6c78d48 + c77a75c commit c3b1872
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 478 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
include:
- python_version: "3.7"
script: tests
- python_version: "3.8"
script: tests
- python_version: "3.9"
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -25,7 +25,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PyPIToken: Manipulate PyPI API tokens
:alt: Contributor Covenant


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

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

0 comments on commit c3b1872

Please sign in to comment.