File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 - " 3.8"
115115 - " 3.9"
116116 - " 3.10"
117+ - " 3.11"
117118 include :
118119 - os : ubuntu-20.04
119120 python-version : " 3.6"
@@ -208,6 +209,7 @@ jobs:
208209 - " 3.8"
209210 - " 3.9"
210211 - " 3.10"
212+ - " 3.11"
211213 include :
212214 - os : ubuntu-20.04
213215 python-version : " 3.6"
@@ -259,6 +261,7 @@ jobs:
259261 - " 3.8"
260262 - " 3.9"
261263 - " 3.10"
264+ - " 3.11"
262265 include :
263266 - os : ubuntu-20.04
264267 python-version : " 3.6"
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ def get_version(version_file):
8080 "Programming Language :: Python :: 3.8" ,
8181 "Programming Language :: Python :: 3.9" ,
8282 "Programming Language :: Python :: 3.10" ,
83+ "Programming Language :: Python :: 3.11" ,
8384 "Programming Language :: Python :: Implementation :: CPython" ,
8485 ],
8586 python_requires = ">=3.6" ,
Original file line number Diff line number Diff line change 11"""This file defines the version of this module."""
2- __version__ = "0.1 .0"
2+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments