Skip to content

Commit f695c81

Browse files
chore(deps): update dependency pytest to v8.4.1
1 parent 734487c commit f695c81

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[tool.poetry]
22
name = "pythonanywhere-core"
3-
version = "0.2.5"
3+
version = "0.2.4"
44
description = "API wrapper for programmatic management of PythonAnywhere services."
55
authors = ["PythonAnywhere <[email protected]>"]
66
license = "MIT"
77
readme = "README.rst"
8-
homepage = "https://github.com/pythonanywhere/pythonanywhere-core"
9-
repository = "https://github.com/pythonanywhere/pythonanywhere-core"
10-
documentation = "https://core.pythonanywhere.com"
118
classifiers = [
129
"Development Status :: 3 - Alpha",
1310
"Intended Audience :: Developers",
@@ -17,6 +14,8 @@ classifiers = [
1714
"Programming Language :: Python :: 3.12",
1815
"Programming Language :: Python :: 3.11",
1916
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.8",
2019
]
2120
keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
2221

0 commit comments

Comments
 (0)