Skip to content
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

Upgrade python v3.11 #6627

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

tmpayton
Copy link
Contributor

@tmpayton tmpayton commented Jan 8, 2025

Summary (required)

This PR upgrades python to v3.11

Required reviewers 1 - 2 developers

Impacted areas of the application

General components of the application that this PR will affect:

  • tasks.py
  • deploy

Related PRs

Related PRs against other branches:

branch PR
api fecgov/openFEC#6097

How to test

  • install python 3.11: pyenv install 3.11
  • create new virtual environment: pyenv virtualenv 3.11 <new env>
  • activate virtual environment: pyenv activate <new env>
  • install dependencies: pip install -r requirements.txt and pip install -r requirements-dev.txt
    • Note: I had to upgrade pip, setuptools, packaging, and wheel locally
  • pytest
  • test invoke command:
    • invoke add-hooks
  • test cms: cd fec then ./manage.py runserver
  • test deploy using dev test branch: https://app.circleci.com/pipelines/github/fecgov/fec-cms/3964/workflows/5e656850-5e37-403a-bc92-ac8ea016c1f6

@tmpayton tmpayton changed the title [WIP] Upgrade python v3.11 Upgrade python v3.11 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Upgrade python to 3.11
1 participant