Skip to content

Commit

Permalink
chore: remove old python versions (#930)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
deborahgu authored Feb 14, 2025
1 parent 0f1d0e7 commit 2dba88f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.12']
django-version: ['4.2']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_credentials_requirements_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: x64

- name: upgrade requirements
Expand Down
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.27'
__version__ = '0.4.28'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def get_version(*file_paths):
'License :: Other/Proprietary License',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 4.2',
Expand Down

0 comments on commit 2dba88f

Please sign in to comment.