Skip to content

Commit 0c0a083

Browse files
committed
feat: bump python version
1 parent b671277 commit 0c0a083

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is easy to use, fast and has a simple query language.
1313

1414
The code is fully documented, tested and beginner friendly.
1515

16-
Only the standard library is used and it works on Python 3.7+. For older Python (2.7, 3.4...) use version `0.1.10`.
16+
Only the standard library is used and it works on Python 3.8+. For older Python (2.7, 3.4...) use version `0.1.10`.
1717

1818
## Usage
1919

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Simple embedded in memory json database"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.8"
1414
keywords = ["json", "database", "dbj"]
1515
classifiers = [
1616
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)