Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Add support for Python 3.12, 3.13. - Drop support for Python 3.7. #83

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4c56177
Drop support for Python 3.7.
icemac Jul 18, 2024
b475167
Drop support for Python {3.7,3.8,3.9,3.10,3.11}-sqlalchemy{14,20}.
icemac Jul 18, 2024
c9a1fcf
Drop support for Python {3.7,3.8,3.9,3.10}-sqlalchemy{12,13.}.
icemac Jul 18, 2024
011d370
Drop support for Python {3.7,3.8,3.9}-sqlalchemy11.
icemac Jul 18, 2024
403f89a
Add support for Python 3.12.
icemac Jul 18, 2024
57bf133
Configuring for zope-product
icemac Jul 18, 2024
62698ff
Update Python version support.
icemac Jul 18, 2024
b9839b6
Trigger GHA.
icemac Sep 18, 2024
7f082fa
Merge branch 'master' into config-with-zope-product-template-6e808865
icemac Sep 20, 2024
4790583
Drop support for Python {3.8,3.9,3.10,3.11,3.12}-sqlalchemy{14,20}.
icemac Sep 20, 2024
be6d62c
Drop support for Python {3.8,3.9,3.10}-sqlalchemy{12,13.}.
icemac Sep 20, 2024
ded31bf
Drop support for Python {3.8,3.9}-sqlalchemy11.
icemac Sep 20, 2024
f77cd05
Add support for Python 3.13.
icemac Sep 20, 2024
3403508
Configuring for zope-product
icemac Sep 20, 2024
0836c89
Update Python version support.
icemac Sep 20, 2024
470d4d1
Use Python 3.13 compatible function.
icemac Sep 20, 2024
c25ccd0
Improve SQLAlchemy version requirements readability.
icemac Sep 23, 2024
3ab57e2
2.0.31 does not run on Python 3.12.
icemac Nov 5, 2024
43e8815
2.0.36 also runs into a deadlock.
icemac Nov 6, 2024
777e043
Exclude another non Py 3.12 version.
icemac Nov 11, 2024
9ce6dd2
2.0.29 does not work with Python 3.12.
icemac Nov 12, 2024
15d1341
Blacklist 2.0.28.
icemac Nov 20, 2024
48ca41a
Blacklist 2.0.27
icemac Nov 21, 2024
2c7317d
Blacklist 2.0.26.
icemac Nov 22, 2024
51d1b83
Blacklist 2.0.25.
icemac Nov 27, 2024
d808b44
Blacklist 2.0.24.
icemac Nov 29, 2024
a8944e8
Blacklist 2.0.23.
icemac Dec 3, 2024
96352fa
Blacklist: 2.0.22
icemac Dec 6, 2024
a81f7f0
Blacklist: 2.0.21
icemac Dec 9, 2024
4c781c1
Blacklist 2.0.20.
icemac Dec 20, 2024
0268dee
Blacklist 2.0.19.
icemac Jan 15, 2025
10efda0
Try if PostgreSQL 15 still exists.
icemac Jan 17, 2025
0037105
Show existing postgres versions.
icemac Jan 17, 2025
3b6bf2f
Try to install postgres before using it.
icemac Jan 17, 2025
d93ea47
2nd attempt
icemac Jan 17, 2025
767ea67
It installed version 16.
icemac Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Blacklist 2.0.24.
icemac committed Nov 29, 2024

Verified

This commit was signed with the committer’s verified signature.
rpardini Ricardo Pardini
commit d808b448508f8917dc3414d3b3d017000fe63744
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@
'!=1.4.4',
'!=1.4.5',
'!=1.4.6',
'!=2.0.25', # Tests run into a deadlock on Python 3.12 from here on
'!=2.0.24', # Tests run into a deadlock on Python 3.12 from here on
'!=2.0.25',
'!=2.0.26',
'!=2.0.27',
'!=2.0.28',