We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafa648 commit 04bb0b1Copy full SHA for 04bb0b1
.github/workflows/test_py.yaml
@@ -16,12 +16,11 @@ jobs:
16
- macos-latest
17
18
python:
19
- - "3.8"
20
- - "3.9"
21
- "3.10"
22
- "3.11"
23
- "3.12"
24
- "3.13"
+ - "3.14"
25
26
steps:
27
- uses: actions/checkout@v2
MANIFEST.in
pyproject.toml
@@ -13,12 +13,13 @@ classifiers = [
13
"Environment :: Web Environment",
14
"Operating System :: OS Independent",
15
"Programming Language :: Python",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"License :: OSI Approved :: BSD License",
- "Programming Language :: Python :: 2.7",
- "Programming Language :: Python :: 3.5",
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
]
dependencies = [
"yafowil>2.1.99",
@@ -34,7 +35,6 @@ test = [
34
35
register = "yafowil.widget.wysihtml5:register"
36
example = "yafowil.widget.wysihtml5.example:get_example"
37
-
38
[tool.hatch.build.targets.wheel]
39
packages = ["src/yafowil"]
40
[tool.zest-releaser]
0 commit comments