Skip to content

Commit 7d62e8e

Browse files
committed
Update package metadata
1 parent 5849ab5 commit 7d62e8e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 50000:50000
2323
strategy:
2424
matrix:
25-
python-version: ['3.10', '3.11', '3.12', '3.13']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2626
steps:
2727

2828
- name: Checkout

pyproject.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,31 @@ classifiers = [
1717
"Topic :: Database :: Front-Ends",
1818
"Topic :: Database :: Database Engines/Servers",
1919
"Development Status :: 5 - Production/Stable",
20-
"Environment :: Console",
2120
"Intended Audience :: Developers",
2221
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2628
"Programming Language :: Python :: Implementation :: CPython",
27-
"Programming Language :: Python :: Implementation :: PyPy",
29+
# we never test this: "Programming Language :: Python :: Implementation :: PyPy",
2830
]
29-
urls = { Homepage = "https://github.com/MonetDB/sqlalchemy-monetdb" }
3031

3132
requires-python = ">=3.8.1"
3233
dependencies = [
3334
"pymonetdb>=1.8.2",
3435
"sqlalchemy>=2.0.34",
3536
]
3637

38+
[project.urls]
39+
Homepage = "https://github.com/MonetDB/sqlalchemy-monetdb"
40+
Repository = "https://github.com/MonetDB/sqlalchemy-monetdb"
41+
Issues = "https://github.com/MonetDB/sqlalchemy-monetdb/issues"
42+
Changelog = "https://github.com/me/spam/blob/master/CHANGES"
43+
44+
3745
[project.optional-dependencies]
3846
# The 'test' dependencies are development dependencies, not end user dependencies.
3947
# They should really be a dependency group but that has only

0 commit comments

Comments
 (0)