Skip to content

Commit f47e5d6

Browse files
committed
fixes after review
1 parent 329b65f commit f47e5d6

File tree

4 files changed

+20
-293
lines changed

4 files changed

+20
-293
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-22.04
1111
strategy:
12-
max-parallel: 7
12+
max-parallel: 4
1313
matrix:
14-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.10', '3.11', '3.12', '3.13']
1515

1616
steps:
1717
- uses: actions/checkout@v2

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
![Github Actions build status](https://github.com/CradlAI/cradl-sdk-python/workflows/main/badge.svg)
44

5-
## Documentation
6-
7-
[Link to docs](https://docs.cradl.ai/python-docs/index.html)
8-
95
## Installation
106

117
```bash
@@ -46,10 +42,3 @@ $ pip install -r requirements.ci.txt
4642
$ make prism-start
4743
$ python -m pytest
4844
```
49-
50-
### Create docs
51-
52-
```bash
53-
$ tox -e docs .docsout
54-
```
55-

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Python SDK for Cradl"
55
authors = [{ name = "Cradl", email = "[email protected]" }]
66
readme = "README.md"
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.10"
88
license = {text = "Apache 2.0"}
99
dependencies = [
1010
"backoff>=2.2.1",

0 commit comments

Comments
 (0)