Skip to content

Commit

Permalink
DO NOT MERGE - update versions for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 24, 2023
1 parent 651e516 commit c18b6c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/apps/verify-pygame/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "A Pygame test app"
icon = "src/verify_pygame/resources/verify-pygame"
sources = ['src/verify_pygame']
requires = [
'pygame~=2.2.0',
'pygame~=2.5',
]

[tool.briefcase.app.verify-pygame.linux]
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/verify-pyside2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "A PySide2 test app"
icon = "src/verify_pyside2/resources/verify-pyside2"
sources = ['src/verify_pyside2']
requires = [
'pyside2>=5.15.2',
'pyside2~=5.15',
]

[tool.briefcase.app.verify-pyside2.linux]
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/verify-pyside6/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "A PySide6 test app"
icon = "src/verify_pyside6/resources/verify-pyside6"
sources = ['src/verify_pyside6']
requires = [
'pyside6>=6.2.4',
'pyside6~=6.2',
]

[tool.briefcase.app.verify-pyside6.linux]
Expand Down

0 comments on commit c18b6c7

Please sign in to comment.