Skip to content
Snippets Groups Projects
Verified Commit bc188fd5 authored by Daniel Schultz's avatar Daniel Schultz :tm:
Browse files

Update to Python v3.12

This also includes a new documented goal of staying on the most current
stable version of Python.

This seems like a good practice, but also we need some of the more
recent typing features.
parent ec04d748
No related branches found
No related tags found
1 merge request!3Add `POST /conversions` endpoint
......@@ -15,6 +15,7 @@ lint:
- make lint
test:
image: python:3.12-bullseye
services:
- postgres
stage: test
......
3.10.1
3.12.0
......@@ -4,10 +4,16 @@
This project requires:
- Python 3.10.x
- Python 3.12.x
- make
- PostgreSQL
## Python Version
The project uses the `stable` release of Python (aka `bugfix`).
See the [Python versions chart](https://devguide.python.org/versions/) for an up to date release timeline.
## Dev setup
Once you have activated your virtual environment, install dependencies using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment