Skip to content

Commit 046d415

Browse files
committed
feat: support Python 3.10+
1 parent ef498ce commit 046d415

4 files changed

Lines changed: 139 additions & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.12', '3.13']
11+
python-version: ['3.10', '3.11', '3.12', '3.13']
1212

1313
steps:
1414
- name: Checkout repository

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3.12
1+
3.10
22

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "revengai"
33
description = "RevEng.AI API"
4-
requires-python = ">=3.12"
4+
requires-python = ">=3.10"
55
readme = "README.md"
66
keywords = ["RevEng.AI API"]
77
dependencies = [

0 commit comments

Comments
 (0)