Skip to content

Commit 0e7e1ff

Browse files
committed
(Minimum python version bump and final builds), v3.0.0 version bump, major API update, updated README.md, new requirements.txt.
1 parent faf5c58 commit 0e7e1ff

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/minlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ import easy_mongodb_auth_handler as emdb
505505

506506
## Requirements
507507

508-
- Python >= 3.8
508+
- Python >= 3.9
509509
- bcrypt >= 4.0.0
510510
- certifi >= 2025.6.15
511511
- python_dotenv >= 1.1.1
-20.1 KB
Binary file not shown.
-23.9 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
'License :: OSI Approved :: MIT License',
3535
"Operating System :: OS Independent"
3636
],
37-
python_requires=">=3.8"
37+
python_requires=">=3.9"
3838
)

0 commit comments

Comments
 (0)