Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hhartwell committed Jan 11, 2024
1 parent 94ffc1d commit f87855f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
python-version: [3.10.x, 3.11.x, 3.12.x]
django-version: ['<4', '>=4', '>=5']
django-version: ['<4', '>4,<5', '>=5']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions ckc/stripe/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from rest_framework import serializers


class PaymentMethodSerializer(serializers.ModelSerializer):
pm_id = serializers.CharField(write_only=True)

Expand Down

0 comments on commit f87855f

Please sign in to comment.