Skip to content

Commit c27ed67

Browse files
committed
chore: bump python reqs to 3.9-3.13
1 parent 7233731 commit c27ed67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
13-
- name: Setup python 3.12
13+
- name: Setup python 3.13
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.12'
16+
python-version: '3.13'
1717
cache: 'pip'
1818
- name: Install deps
1919
run: pip install -r requirements-docs.txt

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
18+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1919
runs-on: ubuntu-latest
2020
services:
2121
couchdb:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ authors = [
1616
{ name="IBM", email="[email protected]" },
1717
]
1818
readme = "README.md"
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
license = {file = "LICENSE"}
2121
classifiers = [
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
2827
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2929
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)