Skip to content

Commit

Permalink
feat: Update Python versions in GitHub Actions workflow and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Nov 7, 2024
1 parent d3e27d3 commit 5f564ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f564ff

Please sign in to comment.