Skip to content

Commit

Permalink
chore: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Feb 10, 2020
1 parent 228ade3 commit 48df0a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pyup.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
schedule: "every two weeks"
schedule: "every month"
pr_prefix: "[PyUp] "
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ quart==0.11.1
ipfshttpclient==0.4.12
toml==0.10.0
appdirs==1.4.3
cloudflare==2.6.1
cloudflare==2.6.3
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ summary = CD-like tool for publishing your static website from Git to IPFS
description-file = README.md
description-content-type = text/markdown
author = Adam Uhlir
author-email = hello@adam-uhlir.me
author-email = adam@uhlir.dev
license = MIT
home-page = https://ipfs-publish.uhlir.dev
project_urls =
Source = https://github.com/AuHau/ipfs-publish
python_requires = >=3.7.0, <3.8.0
python_requires = >=3.7.0, <3.9.0
classifier =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Development Status :: 4 - Beta
Intended Audience :: Developers
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pytest-cov==2.8.1
factory_boy==2.12.0

# Docs
mkdocs-material==4.6.0
mkdocs-material==4.6.2
mkdocs==1.0.4
pymdown-extensions==6.2.1
pymdown-extensions==6.3

0 comments on commit 48df0a0

Please sign in to comment.