Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.10']
python-version: ['3.11']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = GS-Onboarding
description = Ground Station Onboarding for the University of Waterloo Orbital Design Team
author = University of Waterloo Orbital Design Team
classifiers =
Programming Language :: Python :: 3.10 :: Only
Programming Language :: Python :: 3.11 :: Only

[options]
packages = backend
install_requires =
fastapi>=0.115.0
sqlmodel>=0.0.22
loguru>=0.7.2
python_requires = ~=3.10
python_requires = ~=3.11
zip_safe = no

[options.extras_require]
Expand Down
Loading