Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knightebsuku committed Jan 7, 2025
1 parent ad511d1 commit e00b984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/umsebenzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Umsebenzi

on:
push:
branches: [ "master" ]
branches: [ "master", "dev"]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev" ]

permissions:
contents: read
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8","3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]


steps:
Expand Down
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-umsebenzi
version = 1.2.2
version = 1.2.3
description = 'A set of django rest apis to manage your personal projects and tasks'
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -17,14 +17,16 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

[options]
include_package_data = true
packages = find:
python_requires = >=3.8
python_requires = >=3.9
install_requires =
django ~= 4.2
djangorestframework ~= 3.14
Expand Down

0 comments on commit e00b984

Please sign in to comment.