Skip to content

Commit 5f564ff

Browse files
committed
feat: Update Python versions in GitHub Actions workflow and README.md
1 parent d3e27d3 commit 5f564ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
19+
python-version: ["3.13", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python tool designed to interact with SQLite databases via command-line interfac
1313

1414
# Pre-requisite
1515

16-
- [x] [Python>=3.9](https://python.org) *(optional)*
16+
- [x] [Python>=3.12](https://python.org) *(optional)*
1717

1818
# Installation and Usage
1919

0 commit comments

Comments
 (0)