Skip to content

Commit d5502d1

Browse files
committed
Update API level to 10.x
1 parent ac10bfa commit d5502d1

703 files changed

Lines changed: 191244 additions & 56835 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/generate.ps1

4.55 KB
Binary file not shown.

.github/specs/openapi.yml

Lines changed: 30235 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ target/
6464

6565
#Ipython Notebook
6666
.ipynb_checkpoints
67+
68+
.openapi-generator/*.jar

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=clientapi_forgejo
1616

17-
pytest-3.7:
18-
extends: .pytest
19-
image: python:3.7-alpine
2017
pytest-3.8:
2118
extends: .pytest
2219
image: python:3.8-alpine
@@ -29,3 +26,6 @@ pytest-3.10:
2926
pytest-3.11:
3027
extends: .pytest
3128
image: python:3.11-alpine
29+
pytest-3.12:
30+
extends: .pytest
31+
image: python:3.12-alpine

0 commit comments

Comments
 (0)