Skip to content

Commit 953e08b

Browse files
committed
Bump supported python version from 3.9-11 to 3.10-12
1 parent 6bf9892 commit 953e08b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11"]
17+
python-version: ["3.10", "3.11", "3.12"]
1818
services:
1919
mariadb:
2020
image: mariadb:11.7.2 # released 2024-05-06

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ keywords = [
1616
license = {file = "LICENSE"}
1717
maintainers = []
1818
authors = []
19-
requires-python = ">=3.9"
19+
requires-python = ">=3.10"
2020
classifiers = [
2121
"Development Status :: 3 - Alpha",
2222
"Environment :: Console",
2323
"Intended Audience :: Science/Research",
2424
"License :: OSI Approved :: BSD License",
2525
"Operating System :: OS Independent",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)