File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 18afe0a
2+ _commit : 973c39c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
@@ -8,5 +8,5 @@ email: OpenSource@point72.com
88github : Point72
99project_description : Reactive chat bot framework
1010project_name : csp bot
11- python_version_primary : ' 3.9 '
11+ python_version_primary : ' 3.11 '
1212team : Point72, L.P.
Original file line number Diff line number Diff line change 3030 strategy :
3131 matrix :
3232 os : [ubuntu-latest]
33- python-version : ["3.9 "]
33+ python-version : ["3.11 "]
3434
3535 steps :
3636 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 11## Pre-requisites
22
3- You need Python >=3.9 on your machine to install ` csp-bot ` .
3+ You need Python >=3.10 on your machine to install ` csp-bot ` .
44
55## Install with ` pip `
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "Reactive chat bot framework"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
1111version = " 1.1.0"
12- requires-python = " >=3.9 "
12+ requires-python = " >=3.10 "
1313keywords = [
1414 " csp" ,
1515 " stream-processing" ,
@@ -25,7 +25,6 @@ classifiers = [
2525 " Programming Language :: Python :: Implementation :: CPython" ,
2626 " Programming Language :: Python :: Implementation :: PyPy" ,
2727 " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments