Skip to content

Commit

Permalink
Update python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 3, 2024
1 parent 163a4eb commit b0a90ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10

- name: Install dependencies
run: pip install isort
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10

- name: Setup RabbitMQ
run: ./.github/workflows/scripts/init-rabbitmq.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim

# Need git for installing aiomysql
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ vulture = "*"
freezegun = "*"

[requires]
python_version = "3.9"
python_version = "3.10"
5 changes: 3 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0a90ae

Please sign in to comment.