Skip to content

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

Closed
cclauss wants to merge 49 commits into
TheAlgorithms:masterfrom
cclauss:try-Py3.12-beta-1
Closed

GitHub Actions: Test on Python 3.12 release candidate 2#8777
cclauss wants to merge 49 commits into
TheAlgorithms:masterfrom
cclauss:try-Py3.12-beta-1

Conversation

@cclauss

Copy link
Copy Markdown
Member

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 ownerMay 27, 2023 11:36
@algorithms-keeperalgorithms-keeperBot added enhancement This PR modified some existing files awaiting reviews This PR is ready to be reviewed labels May 27, 2023
@algorithms-keeperalgorithms-keeperBot added the tests are failing Do not merge until tests pass label May 27, 2023
@cclauss

Copy link
Copy Markdown
MemberAuthor
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-actionsBotforce-pushed the try-Py3.12-beta-1 branch 2 times, most recently from 6c0ea51 to f43bc38CompareMay 28, 2023 08:38
@cclausscclauss changed the title GitHub Actions: Test on Python 3.12 betaGitHub Actions: Test on Python 3.12 release candidate 2Sep 7, 2023
@algorithms-keeperalgorithms-keeperBot added the merge conflicts Open a new PR or rebase on the latest commit label Sep 12, 2023
@algorithms-keeperalgorithms-keeperBot removed the merge conflicts Open a new PR or rebase on the latest commit label Sep 12, 2023
@cclausscclauss 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.
@cclausscclauss mentioned this pull request Oct 1, 2023
14 tasks
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.
@cclausscclauss 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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewsThis PR is ready to be reviewedenhancementThis PR modified some existing filestests are failingDo not merge until tests pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cclauss