Skip to content

Commit 653fb1e

Browse files
committed
feat: rename package and add python 3.11
1 parent cc8c1c4 commit 653fb1e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
1919
- { python: "3.8", os: "ubuntu-latest", session: "mypy" }
2020
- { python: "3.7", os: "ubuntu-latest", session: "mypy" }
21+
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
2122
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2223
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
2324
- { python: "3.8", os: "ubuntu-latest", session: "tests" }

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
package = "checkedid"
26-
python_versions = ["3.10", "3.9", "3.8", "3.7"]
26+
python_versions = ["3.11", "3.10", "3.9", "3.8", "3.7"]
2727
nox.needs_version = ">= 2021.6.6"
2828
nox.options.sessions = (
2929
"pre-commit",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "checkedid-python-client"
2+
name = "checkedid"
33
version = "0.1.3"
44
description = "CheckedID Python API client"
55
authors = ["Jelmer Draaijer <jelmer.draaijer@dok.works.nl>"]

0 commit comments

Comments
 (0)