Skip to content

Commit 7b13be5

Browse files
committed
Update dev and stable version
1 parent 6b106a0 commit 7b13be5

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
> pip install automation_file
2626
2727
## Requires
28-
> python 3.8 or later
28+
> python 3.9 or later
2929
3030
### Architecture Diagram
3131
![architecture_diagram](architecture_diagram/FileAutomation.drawio.png)

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_file"
9-
version = "0.0.17"
8+
name = "automation_file_dev"
9+
version = "0.0.20"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
1313
description = ""
1414
readme = { file = "README.md", content-type = "text/markdown" }
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.9"
1616
license = { text = "MIT" }
1717
dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
2020
"google-auth-oauthlib",
21-
"APScheduler"
21+
"APScheduler==3.10.1"
2222
]
2323
classifiers = [
24-
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.9",
2525
"Development Status :: 2 - Pre-Alpha",
2626
"Environment :: Win32 (MS Windows)",
2727
"Environment :: MacOS X",

dev.toml renamed to stable.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_file_dev"
9-
version = "0.0.19"
8+
name = "automation_file"
9+
version = "0.0.18"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
1313
description = ""
1414
readme = { file = "README.md", content-type = "text/markdown" }
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.9"
1616
license = { text = "MIT" }
1717
dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
2020
"google-auth-oauthlib",
21-
"APScheduler"
21+
"APScheduler==3.10.1"
2222
]
2323
classifiers = [
24-
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.9",
2525
"Development Status :: 2 - Pre-Alpha",
2626
"Environment :: Win32 (MS Windows)",
2727
"Environment :: MacOS X",

0 commit comments

Comments
 (0)