hiroshinishio / tetris

A Tetris Game for programming education in Japanese
MIT License
0 stars 0 forks source link

GitAuto: Replace PyQt5 with PyQt6 #3

Closed gitauto-for-dev[bot] closed 1 month ago

gitauto-for-dev[bot] commented 1 month ago

Resolves #1

What is the feature

Replace the usage of PyQt5 in the project with PyQt6.

Why we need the feature

How to implement and why

Step 1: Update Dependencies

Step 2: Update Import Statements

Step 3: Address API Changes

Step 4: Testing

About backward compatibility

Test these changes locally

git checkout -b gitauto-wes/issue-#1-9eccd3a5-db43-4167-b236-7c7861d837f8
git pull origin gitauto-wes/issue-#1-9eccd3a5-db43-4167-b236-7c7861d837f8