Skip to content

Commit

Permalink
Upgrade a few more variables to 3.12, and bump up the appointment ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
MelissaAutumn committed Sep 16, 2024
1 parent 1e83292 commit 794e055
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'pip'

- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist
*.log
*credentials.json
*.pickle
.venv
.env
venv
.idea
Expand Down Expand Up @@ -54,4 +55,4 @@ override.tf.json

# Ignore CLI configuration files
.terraformrc
terraform.rc
terraform.rc
2 changes: 1 addition & 1 deletion backend/deploy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bookworm
FROM python:3.12-bookworm

RUN mkdir app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "appointment"
version = "0.3.0"
version = "0.4.0"
description = "Backend component to Thunderbird Appointment"
requires-python = ">3.12"
dynamic = ["dependencies"]
Expand Down

0 comments on commit 794e055

Please sign in to comment.