Skip to content

Commit

Permalink
دعم اصدارة بايثون 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Oct 25, 2024
1 parent f1e5f73 commit a3d4919
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 253 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: [
"3.9",
"3.10",
"3.11",
"3.12",
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ authors = [
]
description = 'A Python Library for Islamic Financial Management.'
readme = 'README.md'
requires-python = '>=3.10'
requires-python = '>=3.9'
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires=">=3.10",
python_requires=">=3.9",
packages=find_packages(
include=[
'zakat',
Expand Down
Loading

0 comments on commit a3d4919

Please sign in to comment.