Skip to content

Commit 173441f

Browse files
authored
Version 0.2.1 (#38)
1 parent cdf066a commit 173441f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: "actions/checkout@v3"

fastapi_storages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .filesystem import FileSystemStorage
33
from .s3 import S3Storage
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66
__all__ = [
77
"FileSystemStorage",
88
"S3Storage",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
2223
"Topic :: Database",
2324
"Topic :: Database :: Database Engines/Servers",
2425
"Topic :: Internet",

0 commit comments

Comments
 (0)