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

Commit 01ef716

Browse files
authored
Merge pull request #700 from datafold/include_3_11_in_tests
remove python 3.7 support
2 parents 7a7cd4a + 237ee36 commit 01ef716

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
python-version:
21-
- "3.7"
2221
- "3.8"
2322
- "3.9"
2423
- "3.10"

poetry.lock

Lines changed: 3 additions & 14 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ classifiers = [
1111
"Intended Audience :: Developers",
1212
"Intended Audience :: Information Technology",
1313
"Intended Audience :: System Administrators",
14-
"Programming Language :: Python :: 3.7",
1514
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
@@ -21,10 +20,9 @@ classifiers = [
2120
"Typing :: Typed"
2221
]
2322
packages = [{ include = "data_diff" }]
24-
2523
[tool.poetry.dependencies]
2624
pydantic = "1.10.12"
27-
python = "^3.7.2"
25+
python = "^3.8.0"
2826
dsnparse = "<0.2.0"
2927
click = "^8.1"
3028
rich = "*"

0 commit comments

Comments
 (0)