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

GitHub Actions: Test on Python 3.12 release candidate 2 #8777

Closed
wants to merge 49 commits into from

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented May 27, 2023

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
  • If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.

@cclauss cclauss requested a review from dhruvmanila as a code owner May 27, 2023 11:36
@algorithms-keeper algorithms-keeper bot added enhancement This PR modified some existing files awaiting reviews This PR is ready to be reviewed labels May 27, 2023
@algorithms-keeper algorithms-keeper bot added the tests are failing Do not merge until tests pass label May 27, 2023
@cclauss
Copy link
Member Author

cclauss commented May 27, 2023

Ignoring matplotlib: markers 'python_version < "3.12"' don't match your environment
Ignoring numpy: markers 'python_version < "3.12"' don't match your environment
Ignoring opencv-python: markers 'python_version < "3.12"' don't match your environment
Ignoring pandas: markers 'python_version < "3.12"' don't match your environment
Ignoring projectq: markers 'python_version < "3.12"' don't match your environment
Ignoring scikit-learn: markers 'python_version < "3.12"' don't match your environment
Ignoring statsmodels: markers 'python_version < "3.12"' don't match your environment
Ignoring sympy: markers 'python_version < "3.12"' don't match your environment
Ignoring tensorflow: markers 'python_version < "3.12"' don't match your environment

@github-actions github-actions bot force-pushed the try-Py3.12-beta-1 branch 2 times, most recently from 6c0ea51 to f43bc38 Compare May 28, 2023 08:38
@algorithms-keeper algorithms-keeper bot added the merge conflicts Open a new PR or rebase on the latest commit label Sep 12, 2023
@algorithms-keeper algorithms-keeper bot removed the merge conflicts Open a new PR or rebase on the latest commit label Sep 12, 2023
@cclauss cclauss closed this Sep 30, 2023
cclauss added a commit that referenced this pull request Oct 1, 2023
Repeats #8777
* #8777 

Some of our dependencies will not be ready yet.
cclauss added a commit to cclauss/Python that referenced this pull request Oct 2, 2023
Repeats TheAlgorithms#8777
* TheAlgorithms#8777 

Some of our dependencies will not be ready yet.
cclauss added a commit to cclauss/Python that referenced this pull request Oct 3, 2023
Repeats TheAlgorithms#8777
* TheAlgorithms#8777 

Some of our dependencies will not be ready yet.
@cclauss cclauss mentioned this pull request Oct 3, 2023
14 tasks
cclauss added a commit that referenced this pull request Oct 3, 2023
* DRAFT: GitHub Actions: Test on Python 3.12

Repeats #8777
* #8777 

Some of our dependencies will not be ready yet.

* Python 3.12: Disable qiskit and tensorflow algorithms

* updating DIRECTORY.md

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
sedatguzelsemme pushed a commit to sedatguzelsemme/Python that referenced this pull request Sep 15, 2024
* DRAFT: GitHub Actions: Test on Python 3.12

Repeats TheAlgorithms#8777
* TheAlgorithms#8777 

Some of our dependencies will not be ready yet.

* Python 3.12: Disable qiskit and tensorflow algorithms

* updating DIRECTORY.md

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files tests are failing Do not merge until tests pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant