Skip to content

Commit

Permalink
set language_level=2 explicitly as 3 is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 7, 2023
1 parent c9946fe commit b740d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyclipper/_pyclipper.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# distutils: language=c++
# cython: language_level=2
"""
Cython wrapper for the C++ translation of the Angus Johnson's Clipper
library (ver. 6.2.1) (http://www.angusj.com/delphi/clipper.php)
Expand Down

0 comments on commit b740d82

Please sign in to comment.