Skip to content

Commit 0698bbc

Browse files
author
Andrei
authored
Merge pull request #35 from AndreiDrang/main
v0.7.1 Release
2 parents 93eae70 + 12375c0 commit 0698bbc

44 files changed

Lines changed: 1532 additions & 948 deletions

Some content is hidden

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

.coveragerc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[run]
22
omit =
3-
*__init__*
43
*/tests/*
54

65
include =
@@ -9,7 +8,6 @@ include =
98

109
[report]
1110
omit =
12-
*__init__*
1311
*/tests/*
1412

1513
include =

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2424

2525
steps:
2626
- uses: actions/checkout@v3

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2424

2525
steps:
2626
- uses: actions/checkout@v3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
27+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ["3.7", "3.8", "3.9", "3.10"]
29+
python-version: ["3.8", "3.9", "3.10", "3.11"]
3030

3131
steps:
3232
- uses: actions/checkout@v3
@@ -48,6 +48,6 @@ jobs:
4848
uses: codecov/codecov-action@v3
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
51-
files: /home/runner/work/python3-captchaai/python3-captchaai/src/coverage/coverage.xml
51+
files: /home/runner/work/python3-capsolver/python3-capsolver/src/coverage/coverage.xml
5252
fail_ci_if_error: true
5353
verbose: true

0 commit comments

Comments
 (0)