Skip to content

Commit

Permalink
migrated to python version 3.11.2 (#1168)
Browse files Browse the repository at this point in the history
* migrated to python version 3.11.2

* update python version for actions
  • Loading branch information
AtmegaBuzz authored Mar 18, 2023
1 parent fbd2d1b commit e1ee5f0
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 609 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: nanasess/setup-chromedriver@v1
- uses: actions/checkout@v2
- name: Set up Python 3.10.6
- name: Set up Python 3.11.2
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.10.6
python-version: 3.11.2
cache: 'poetry'
- name: Install dependencies
run: poetry install
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.10.6
FROM python:3.11.2

ENV PYTHONUNBUFFERED 1
RUN mkdir /blt
Expand Down
Loading

0 comments on commit e1ee5f0

Please sign in to comment.