Skip to content

fix: fixed python version mismatch#223

Open
yokwejuste wants to merge 1 commit intoCodeForAfrica:mainfrom
yokwejuste:fix/dep-mismatch
Open

fix: fixed python version mismatch#223
yokwejuste wants to merge 1 commit intoCodeForAfrica:mainfrom
yokwejuste:fix/dep-mismatch

Conversation

@yokwejuste
Copy link
Copy Markdown

@yokwejuste yokwejuste commented Apr 22, 2026

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #222

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update
  • Chore (non-breaking change which does not add visible functionality but improves code quality)

Screenshots

image

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@kilemensi
Copy link
Copy Markdown
Member

Keep the runtime.txt file (I know 3.8 is pretty outdated but we'd need full repo audit before upgrading).

@yokwejuste
Copy link
Copy Markdown
Author

Keep the runtime.txt file (I know 3.8 is pretty outdated but we'd need full repo audit before upgrading).

Interesting, could I have a clue of the current deployment infrastructure? Seems you are using AWS EC2.
image

image image

Also I stepped on other queries issues. I will do the audit and push some other repo.

What is the runtime.txt used at this point for?

@kilemensi
Copy link
Copy Markdown
Member

Yes, we're using AWS and the deployment process is in the main.yml workflow.

What is the runtime.txt used at this point for?

It's from the old days of Heroku-like deployments (before .python-version). Like I said, we need to do system full repo review before we start pulling things out. I'm assuming this PR is just about fixing deps, no?

@yokwejuste
Copy link
Copy Markdown
Author

I will wait when you start to audit this, pin me when it happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mismatch in python version and outdated causing broken installs.

2 participants