dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Support keyword only and position only arguments.

Open proofit404 opened this issue 5 years ago • 1 comments

  • classes
  • value objects
  • classes in package
  • value objects in package

proofit404 avatar Aug 29 '20 19:08 proofit404

Positional-only arguments were added in python 3.8.

At the moment we support Python 3.7 and PyPy 3.6.

I don't want to introduce additional complexity to the build system to deal with syntax error.

We'll just wait until it'll be supported on all versions we care about.

proofit404 avatar Feb 25 '21 09:02 proofit404

:tada: This issue has been resolved in version 7.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Oct 15 '22 20:10 github-actions[bot]