Skip to content

Commit

Permalink
Update version across app
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Oct 15, 2024
1 parent 6237dba commit e7d1918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.13.0'
- name: Install dependencies
run: |
pip install -U wheel setuptools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `safe-config-service` is a service that provides configuration information i
## Requirements

- `docker-compose`https://docs.docker.com/compose/install/
- Python 3.12.2
- Python 3.13.0

## Setup

Expand Down

0 comments on commit e7d1918

Please sign in to comment.