-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported Python versions (#174)
* Update supported versions to reflect current state * Update tests to use Python 3.12 * Update to newer instance type for testing * Don't use editable installation * Add setuptools to test requirements * Make version conformant with PEP-0440 * Split test_invalid_parameters into individual tests * Uninstall pytds as part of test run, since it is installed by dependency on sqlalchemy-pytds * Add src to PYTHONPATH * Disable NTLM tests when running on Python version which does not support MD4 * Disable test for recordtype row strategy when Python version does not define collection.Mapping class, which is deprecated
- Loading branch information
1 parent
8085713
commit 18e6427
Showing
8 changed files
with
66 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ sqlalchemy-pytds | |
SQLAlchemy==2.0.34 | ||
mypy==1.7.1 | ||
pytest-mypy==0.10.3 | ||
ruff==0.6.3 | ||
ruff==0.6.3 | ||
setuptools==75.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters