Skip to content

Commit

Permalink
Python3.12 support (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Jun 5, 2024
1 parent fe5e764 commit b408673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PyGitHub==1.55
python-ldap==3.4.2
requests==2.32.2
retry==0.9.2
setuptools
SoftLayer==6.0.0
sphinx==5.0.0
sphinx-rtd-theme==1.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
'python-ldap==3.4.2', # prerequisite: sudo dnf install -y python39-devel openldap-devel gcc
'requests==2.32.2', # rest api & lambda
'retry==0.9.2',
'setuptools', # Requires for python3.12
'SoftLayer==6.0.0', # IBM SoftLayer
'sphinx-rtd-theme==1.0.0', # readthedocs
'sphinx==5.0.0', # readthedocs
Expand Down
1 change: 1 addition & 0 deletions tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ python-ldap==3.4.2
requests==2.32.2
retry==0.9.2
typeguard==2.13.3
setuptools
SoftLayer==6.0.0
urllib3==1.26.18

0 comments on commit b408673

Please sign in to comment.