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

CI: Add 3.12 builds #56174

Merged
merged 10 commits into from Nov 30, 2023
Merged

CI: Add 3.12 builds #56174

merged 10 commits into from Nov 30, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Nov 26, 2023

Some CoW warnings broke for 3.11, so we should test at least CoW for 3.12 as well

ci/deps/actions-312.yaml Outdated Show resolved Hide resolved
@@ -1437,7 +1437,9 @@ def test_deprecate_bytes_input(self, engine, read_ext):
"byte string, wrap it in a `BytesIO` object."
)

with tm.assert_produces_warning(FutureWarning, match=msg):
with tm.assert_produces_warning(
FutureWarning, match=msg, raise_on_extra_warnings=False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the extra warning here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a DeprecationWarning that originates in the excel libraries

FutureWarning, match="use 'date_format' instead"
FutureWarning,
match="use 'date_format' instead",
raise_on_extra_warnings=False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the extra warning here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@mroeschke mroeschke added the CI Continuous Integration label Nov 28, 2023
phofl and others added 2 commits November 28, 2023 16:53
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
@lithomas1
Copy link
Member

Can you disable the python dev builds too?

(There should be instructions in that section of the yaml)

@phofl
Copy link
Member Author

phofl commented Nov 29, 2023

Yep done, that should do the trick I think

@lithomas1 lithomas1 added this to the 2.1.4 milestone Nov 29, 2023
Copy link
Member

@lithomas1 lithomas1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@lithomas1 lithomas1 merged commit e2aa710 into pandas-dev:main Nov 30, 2023
44 checks passed
@lithomas1
Copy link
Member

thanks @phofl.

Copy link

lumberbot-app bot commented Nov 30, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.1.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 e2aa710c4abe6329be6c85689e27787868e44cdd
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #56174: CI: Add 3.12 builds'
  1. Push to a named branch:
git push YOURFORK 2.1.x:auto-backport-of-pr-56174-on-2.1.x
  1. Create a PR against branch 2.1.x, I would have named this PR:

"Backport PR #56174 on branch 2.1.x (CI: Add 3.12 builds)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@phofl phofl deleted the 3_12_build branch November 30, 2023 14:56
lithomas1 pushed a commit to lithomas1/pandas that referenced this pull request Dec 4, 2023
lithomas1 added a commit that referenced this pull request Dec 7, 2023
* Backport PR #56174: CI: Add 3.12 builds

* Update test_arrow.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants