@@ -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
3132requires-python = " >=3.8.1"
3233dependencies = [
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