Skip to content

Commit

Permalink
Fix built-in attributes in Python 3.13+
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 13, 2024
1 parent 42de97e commit 8e279fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tap_facebook/streams/ad_insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"__module__",
"__doc__",
"__dict__",
"__firstlineno__", # Python 3.13+
"__static_attributes__", # Python 3.13+
# No longer available >= v19.0: https://developers.facebook.com/docs/marketing-api/marketing-api-changelog/version19.0/
"age_targeting",
"gender_targeting",
Expand Down

0 comments on commit 8e279fd

Please sign in to comment.