We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55ba78 commit 109701dCopy full SHA for 109701d
3 files changed
fastapi_tailwind/__init__.py
@@ -2,4 +2,4 @@
2
✨ TailwindCSS support for 🔥 FastAPI.
3
"""
4
5
-__version__ = "1.0.1alpha5"
+__version__ = "1.0.1alpha6"
pyproject.toml
@@ -14,14 +14,15 @@ keywords = [
14
"fastapi middleware"
15
]
16
classifiers = [
17
- 'Operating System :: Microsoft :: Windows :: Windows 11',
18
- 'Operating System :: Microsoft :: Windows :: Windows 10',
19
- 'Operating System :: POSIX :: Linux',
20
- 'License :: OSI Approved :: MIT License',
21
- 'Programming Language :: Python :: 3.9',
22
- 'Programming Language :: Python :: 3.10',
23
- 'Programming Language :: Python :: 3.11',
24
- 'Programming Language :: Python :: 3.12',
+ "Operating System :: Microsoft :: Windows :: Windows 11",
+ "Operating System :: Microsoft :: Windows :: Windows 10",
+ "Operating System :: POSIX :: Linux",
+ "Operating System :: MacOS",
+ "License :: OSI Approved :: MIT License",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
25
+ "Programming Language :: Python :: 3.12",
26
27
dependencies = [
28
"fastapi",
scripts/multi_build.py
@@ -32,7 +32,7 @@
32
}
33
),
34
"macos": (
35
- "macosx_11_0",
+ "macosx_10_9",
36
{
37
"x64": "x86_64"
38
0 commit comments