Skip to content

Commit 212066a

Browse files
authored
Merge pull request #1 from apptension/feat/update-lib
Update python and django and dependent libs
2 parents 09a2ffd + 58b60ab commit 212066a

File tree

5 files changed

+52
-255
lines changed

5 files changed

+52
-255
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.8.16, 3.9.16, 3.10.11]
38-
steps:
39-
- uses: actions/checkout@v2
40-
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v1
42-
with:
43-
python-version: ${{ matrix.python-version }}
44-
- name: Install Poetry
45-
run: |
46-
python -m pip install --upgrade pip
47-
pip install poetry
48-
- name: Install dependencies
49-
run: |
50-
poetry install
51-
- name: Test with Pytest
52-
run: |
53-
poetry run pytest
54-
text-macos:
55-
runs-on: macos-latest
56-
strategy:
57-
matrix:
58-
python-version: [3.8.16, 3.9.16, 3.10.11]
37+
python-version: [3.11.9]
5938
steps:
6039
- uses: actions/checkout@v2
6140
- name: Set up Python ${{ matrix.python-version }}

.python-version

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
3.10.11
2-
3.9.16
3-
3.8.16
1+
3.11.1

0 commit comments

Comments
 (0)