Skip to content

Commit

Permalink
[Aviraj] Bump python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
avirajkhare00 committed Dec 25, 2024
1 parent b165524 commit e71bec2
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1
3.13
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ verify_ssl = true
[dev-packages]

[packages]
django = ">=3.0.2"
ShopifyAPI = ">=5.1.2"
django = ">=5.1.4"
ShopifyAPI = ">=12.7.0"

[requires]
python_version = "3.8"
python_version = "3.13"
116 changes: 82 additions & 34 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
asgiref==3.2.10
Django==3.0.8
pyactiveresource==2.2.1
pytz==2020.1
PyYAML==5.3.1
ShopifyAPI==8.0.1
six==1.15.0
sqlparse==0.3.1
asgiref==3.8.1
Django==5.1.4
pyactiveresource==2.2.2
PyJWT==2.10.1
PyYAML==6.0.2
ShopifyAPI==12.7.0
six==1.17.0
sqlparse==0.5.3

0 comments on commit e71bec2

Please sign in to comment.