Skip to content

Commit

Permalink
Merge pull request #24 from karellen/release_0.0.6
Browse files Browse the repository at this point in the history
Release 0.0.6
  • Loading branch information
arcivanov committed Nov 8, 2022
2 parents f96c375 + b9ea256 commit b2b49cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -118,8 +118,8 @@ Supported Platforms
All claims of support may not be real at all. You're welcome to experiment. See warnings on top.

* Linux and Darwin.
* CPython 3.6, 3.7, 3.8, 3.9, 3.10
* PyPy 3.7, 3.8
* CPython 3.7, 3.8, 3.9, 3.10, 3.11
* PyPy 3.7, 3.8, 3.9

Known Issues
============
Expand Down
3 changes: 1 addition & 2 deletions build.py
Expand Up @@ -25,7 +25,7 @@
use_plugin("copy_resources")

name = "geventmp"
version = "0.0.5"
version = "0.0.6"

summary = "Multiprocessing Gevent Extension"
authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]
Expand Down Expand Up @@ -77,7 +77,6 @@ def set_properties(project):

project.set_property("distutils_classifiers", [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit b2b49cd

Please sign in to comment.