Skip to content
Snippets Groups Projects

Allow yoyo-migrations v9.0.0 which adds Py3.12 support

Closed Moul requested to merge py_3.12_support into main
2 files
+ 17
23
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -7,7 +7,7 @@ requires-python = ">=3.7"
dependencies = [
"mnemonic>=0.19",
"yoyo-migrations>=7.3.1,<9.0.0",
"yoyo-migrations>=9.0.0,<10.0.0",
"pyqt5>=5.15.2,<5.15.11",
"pyqt5-qt>=5.15.2,<5.15.11",
"pyqt5-qt5>=5.15.2,<5.15.11",
Loading