Skip to content

Commit 2dba88f

Browse files
authored
chore: remove old python versions (#930)
* remove python 3.8 from package definition and build matric * update github actions for consistency while we're at it * tag version number FIXES: APER-3885 FIXES: #858
1 parent 0f1d0e7 commit 2dba88f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.8', '3.12']
13+
python-version: ['3.12']
1414
django-version: ['4.2']
1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/create_credentials_requirements_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- uses: actions/setup-python@v5
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.12"
3434
architecture: x64
3535

3636
- name: upgrade requirements

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.27'
1+
__version__ = '0.4.28'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def get_version(*file_paths):
147147
'License :: Other/Proprietary License',
148148
'Natural Language :: English',
149149
'Programming Language :: Python',
150-
'Programming Language :: Python :: 3.8',
151150
'Programming Language :: Python :: 3.12',
152151
'Framework :: Django',
153152
'Framework :: Django :: 4.2',

0 commit comments

Comments
 (0)