Skip to content

Commit 84e06f9

Browse files
author
Denis Navarro
committed
chore(*): Remove Python 3.9 support and bump dev deps
2 parents 5df8cce + 1b6f330 commit 84e06f9

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ if __name__ == '__main__':
7979

8080
## Requirements
8181

82+
<<<<<<< HEAD
8283
- Python >= 3.10
84+
=======
85+
- Python >= 3.9
86+
>>>>>>> main
8387
8488
## Contributing
8589

aioddd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
)
5757
from .value_objects import Id, StrDateTime, Timestamp
5858

59-
__version__ = '1.4.0'
59+
__version__ = '1.5.0'
6060

6161
__all__ = (
6262
# aggregates

docs_src/docs/en/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Key Features:
1212

1313
## Requirements
1414

15+
<<<<<<< HEAD
1516
- Python 3.10+
17+
=======
18+
- Python 3.9+
19+
>>>>>>> main
1620
1721
## Installation
1822

docs_src/docs/es/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
## Requisitos
1414

15+
<<<<<<< HEAD
1516
- Python 3.10+
17+
=======
18+
- Python 3.9+
19+
>>>>>>> main
1620
1721
## Instalación
1822

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Intended Audience :: Developers",
2525
"License :: OSI Approved :: MIT License",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)