Skip to content

Commit f2ccdf2

Browse files
committed
Upgrade Firebird driver to v2.x
1 parent 740d8a4 commit f2ccdf2

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

pyproject.toml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ classifiers = [
3232
"Framework :: Pytest",
3333
]
3434
dependencies = [
35-
"firebird-base~=1.8",
36-
"firebird-driver~=1.10",
35+
"firebird-base~=2.0",
36+
"firebird-driver~=2.0",
3737
"pytest>=7.4",
3838
"psutil~=5.9",
3939
]
@@ -66,29 +66,13 @@ dependencies = [
6666

6767
[tool.hatch.envs.hatch-test]
6868
extra-args = ["-vv", "--server", "local"]
69-
dependencies = [
70-
]
71-
72-
[tool.hatch.envs.test]
7369
dependencies = [
7470
"coverage[toml]>=6.5",
7571
"pytest",
7672
]
77-
[tool.hatch.envs.test.scripts]
78-
test = "pytest {args:tests}"
79-
test-cov = "coverage run -m pytest {args:tests}"
80-
cov-report = [
81-
"- coverage combine",
82-
"coverage report",
83-
]
84-
cov = [
85-
"test-cov",
86-
"cov-report",
87-
]
88-
version = "python --version"
8973

9074
[[tool.hatch.envs.test.matrix]]
91-
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
75+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
9276

9377
[tool.hatch.envs.doc]
9478
detached = false

src/firebird/qa/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2021-present The Firebird Projects <www.firebirdsql.org>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.20.2"
4+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)