diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 11702b2..c97c07a 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"] + python-version: ["3.13", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index d215655..b7359b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Python tool designed to interact with SQLite databases via command-line interfac # Pre-requisite -- [x] [Python>=3.9](https://python.org) *(optional)* +- [x] [Python>=3.12](https://python.org) *(optional)* # Installation and Usage