Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 81e5210

Browse files
committed
add 3.11 to tests, update mashumaro dep
1 parent 01ef716 commit 81e5210

File tree

4 files changed

+94
-66
lines changed

4 files changed

+94
-66
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "3.8"
2222
- "3.9"
2323
- "3.10"
24+
- "3.11"
2425

2526
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
2627
runs-on: ${{ matrix.os }}

.github/workflows/ci_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest]
2323
python-version:
24-
- "3.10"
24+
- "3.11"
2525

2626
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
2727
runs-on: ${{ matrix.os }}

poetry.lock

Lines changed: 91 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ oracledb = {version = "*", optional=true}
4545
pyodbc = {version="^4.0.39", optional=true}
4646
typing-extensions = ">=4.0.1"
4747
attrs = "^23.1.0"
48+
mashumaro = {version = ">=3.8.1,<3.9.0", extras = ["msgpack"]}
4849

4950
[tool.poetry.dev-dependencies]
5051
parameterized = "*"

0 commit comments

Comments
 (0)