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

Upgrade python to v3.11 #505

Merged
merged 3 commits into from
Mar 30, 2023
Merged

Upgrade python to v3.11 #505

merged 3 commits into from
Mar 30, 2023

Conversation

YoshihitoAso
Copy link
Member

close #407

@@ -33,7 +33,7 @@ def reset():
meta.bind = engine
table = Table("alembic_version", meta, schema=get_db_schema())
if table.exists():
table.drop()
table.drop(bind=engine)
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed a bug in reset.

@@ -823,29 +823,29 @@ def test_error_4(
processor.process()

# Assertion: DB
_upload_1_after: BatchIssueRedeemUpload = (
_upload_1_after: Type[BatchIssueRedeemUpload] = (
Copy link
Member Author

Choose a reason for hiding this comment

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

Type-related warnings have been removed as much as possible. This warning seems to have occurred in py310 as well.

@YoshihitoAso YoshihitoAso marked this pull request as ready for review March 30, 2023 09:14
@YoshihitoAso YoshihitoAso marked this pull request as draft March 30, 2023 09:15
@YoshihitoAso YoshihitoAso marked this pull request as ready for review March 30, 2023 12:40
@YoshihitoAso YoshihitoAso merged commit b46bf52 into dev-23.6 Mar 30, 2023
@YoshihitoAso YoshihitoAso deleted the py311 branch March 30, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Upgrade to python 3.11
2 participants