Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit ab62ad4

Browse files
committed
fix: accidentally insert a letter
proj: update py require to py39
1 parent a9df54f commit ab62ad4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Update assets from network. This repo is a component of [QzEmoji][qzemoji].
44

55
<div>
66

7-
<img src="https://img.shields.io/badge/python-3.8%2F3.9-blue">
7+
<img src="https://img.shields.io/badge/python-3.9-blue">
88

99
<a href="https://github.com/JamzumSum/AssetsUpdater/actions/workflows/test.yml">
1010
<img src="https://github.com/JamzumSum/AssetsUpdater/actions/workflows/test.yml/badge.svg">

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description = Update assets from network.
55
author = JamzumSum
66
author_email = zzzzss990315@gmail.com
77
license = MIT
8-
python_requires = >=3.8
98

109
[options]
11-
python_requires = >=3.8
10+
python_requires = >=3.9
1211
install_requires =
1312
requests
1413
packaging

test/test_download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ def test_adownload(url, local):
4545
import asyncio
4646
loop = asyncio.get_event_loop()
4747
loop.run_until_complete(adownload(url, local))
48-
z

0 commit comments

Comments
 (0)