aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2023-10-06 14:03:55 -0700
committerCody Logan <clpo13@gmail.com>2023-10-06 14:03:55 -0700
commit43489400d94ba68477ec2040ec8e1625192780ef (patch)
tree5c5d907a4138acebbb864403cfd4eb2c0a829695 /pyproject.toml
parent0f45fe2526d7be48d77ef60b7505a196d533b4f4 (diff)
downloadwikiget-43489400d94ba68477ec2040ec8e1625192780ef.tar.gz
wikiget-43489400d94ba68477ec2040ec8e1625192780ef.zip
Update actions for dev branch and Python 3.12
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 070d406..0b13074 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
]
dependencies = [
"mwclient>=0.10.0",