Skip to content

Commit

Permalink
revert back python versio & pymango
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Nov 13, 2024
1 parent 69f046d commit 389ca25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
fail-fast: false
matrix:
include:
- python: '3.9.19'
- python: '3.7.13'
mongo: 'mongodb-linux-x86_64-3.6.2'
- python: '3.9.19'
- python: '3.7.13'
mongo: 'mongodb-linux-x86_64-ubuntu2204-7.0.4'

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ requests==2.20.0
gunicorn==19.9.0
gevent==1.3.7
cachetools==2.1.0
pymongo==4.10.1
pymongo==4.7.2
redis==2.10.6
flask-cors==3.0.6

0 comments on commit 389ca25

Please sign in to comment.