-
Notifications
You must be signed in to change notification settings - Fork 43
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
Small fixes for CICD #414
base: master
Are you sure you want to change the base?
Small fixes for CICD #414
Conversation
cb74c95
to
c03c832
Compare
@fruch , I want to remove Amongst all drivers python-driver pipeline is the most |
it's idea was to start testing before there's a release, if it doesn't do nothing now, it's not really |
With another distro, you never know, another libc, another environment, python has too many dependancies, unless you test it, you never know. But, don't we do run tests in Build and upload to PyPi ? |
we didn't even build 3.13 yet, when he built. and now we should have 3.14 (https://www.python.org/downloads/release/python-3140a1/) almost pre-release. |
Oh, you mean that you want to have a github workflow to enable testing on upcoming python version ? |
Yes, that's what this flow was for I created it for python 3.13 before it was released |
build-pre-release.yml
Pre-review checklist
I added relevant tests for new features and bug fixes.All commits compile, pass static checks and pass test.I have provided docstrings for the public items that I want to introduce.I have adjusted the documentation in./docs/source/
.I added appropriateFixes:
annotations to PR description.