-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump python and postgres versions when running Argus in docker #586
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #586 +/- ##
=======================================
Coverage 57.34% 57.34%
=======================================
Files 86 86
Lines 3692 3692
Branches 839 839
=======================================
Hits 2117 2117
Misses 1566 1566
Partials 9 9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We run on 3.10 i production so I don't see why we shouldn't do that here as well
Have tested on python 3.10. It seems to require some additional upgrades. It fails with |
Worth doing. How do you run postgres? |
667ddf1
to
c7064d6
Compare
|
Using python 3.8 leads to
ERROR: Package 'argus-server' requires a different Python: 3.8.20 not in '>=3.9'
.Closes #587, #588