We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c90a6e commit da3790cCopy full SHA for da3790c
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
matrix:
12
os: [ubuntu-latest]
13
python-version:
14
- - "3.8"
15
- "3.9"
16
- "3.10"
17
- "3.11"
+ - "3.12"
18
19
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
pyproject.toml
@@ -3,7 +3,7 @@ name = "data-diff"
3
version = "0.11.2"
4
description = "Command-line tool and Python library to efficiently diff rows across two different databases."
5
readme = "README.md"
6
-requires-python = ">=3.8,<4.0"
+requires-python = ">=3.9,<4.0"
7
license = { file = "LICENSE" }
8
authors = [
9
{ name = "Datafold", email = "data-diff@datafold.com" },
@@ -13,10 +13,10 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"Development Status :: 2 - Pre-Alpha",
21
"Environment :: Console",
22
"Topic :: Database :: Database Engines/Servers",
0 commit comments