Skip to content

Commit ef88f1e

Browse files
committed
WIP
1 parent 113ab4b commit ef88f1e

File tree

6 files changed

+2097
-1795
lines changed

6 files changed

+2097
-1795
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json
22
{
33
"name": "Concordia",
4-
"image": "mcr.microsoft.com/devcontainers/python:0-3.12",
4+
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
55
"postCreateCommand": "bin/install.sh",
66
"customizations": {
77
"vscode": {

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- ubuntu-24.04
5757
- ubuntu-24.04-arm
5858
python-version:
59+
- '3.11'
5960
- '3.12'
6061
- '3.13'
6162
- '3.14'

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- ubuntu-24.04
4949
- ubuntu-24.04-arm
5050
python-version:
51+
- '3.11'
5152
- '3.12'
5253
- '3.13'
5354
- '3.14'

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.11

0 commit comments

Comments
 (0)