Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: bump gevent to 22.10.2 #420

Merged
merged 4 commits into from Feb 6, 2024
Merged

Conversation

ylobankov
Copy link
Member

@ylobankov ylobankov commented Jan 31, 2024

  • requirements: bump gevent to 22.10.2
  • ci: add testing against Python 3.11
  • ci: add testing against Python 3.12
  • ci: add testing against Tarantool 2.11

@coveralls
Copy link

coveralls commented Jan 31, 2024

Coverage Status

coverage: 62.513%. remained the same
when pulling 6d66c9e on ylobankov/bump-gevent
into da98d7f on master.

@ylobankov ylobankov force-pushed the ylobankov/bump-gevent branch 2 times, most recently from 5e8fa46 to cc640b6 Compare February 5, 2024 11:53
@ylobankov ylobankov marked this pull request as ready for review February 5, 2024 11:55
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've no objections.

Bump `gevent` version to 22.10.2 to avoid the following issue with
installation in a Python 3.11 environment:

    In file included from src/gevent/_greenlet_primitives.c:1207:
    /tmp/pip-install-_f9yeixf/gevent_80c438d5f3944668ad39f6548d7ec03c/deps/greenlet/greenlet.h:42:5:
    error: unknown type name ‘CFrame’
       42 |     CFrame* cframe;
          |     ^~~~~~
    error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

Version `23.*` doesn't support Python 3.7, so using the latest `22.*`
version.
@ylobankov ylobankov merged commit 52ca8cf into master Feb 6, 2024
19 checks passed
@ylobankov ylobankov deleted the ylobankov/bump-gevent branch February 6, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants