Skip to content

Commit 2850899

Browse files
Update workflow
1 parent 442d696 commit 2850899

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: ["3.6", "3.7", "3.8", "3.9"]
10+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1111

1212
steps:
1313
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@ dependencies = [
1616
"attrs==22.2.0",
1717
"certifi==2022.9.24",
1818
"charset-normalizer==2.1.1",
19-
"coverage==6.5.0",
2019
"docopt==0.6.2",
2120
"idna==3.4",
2221
"iniconfig==1.1.1",
2322
"packaging==21.3",
2423
"pluggy==1.0.0",
2524
"py==1.11.0",
2625
"pyparsing==3.0.9",
27-
"pytest==7.1.3",
28-
"pytest-mock==3.9.0",
2926
"requests==2.28.1",
30-
"requests-mock==1.10.0",
3127
"six==1.16.0",
3228
"tomli==2.0.1",
3329
"urllib3==1.26.12",
@@ -43,5 +39,5 @@ inquestlabs = "inquestlabs:main"
4339

4440
[project.urls]
4541
"Homepage" = "https://labs.inquest.net/"
46-
"Repository" = "https://github.com/InQuest/inquestlabs"
47-
"Bug Tracker" = "https://github.com/InQuest/inquestlabs/issues"
42+
"Repository" = "https://github.com/InQuest/python-inquestlabs"
43+
"Bug Tracker" = "https://github.com/InQuest/python-inquestlabs/issues"

0 commit comments

Comments
 (0)