Skip to content

Commit 58d821d

Browse files
authored
Merge pull request #37 from Point72/copier-update-2025-11-09T05-04-57
Update from copier (2025-11-09T05:04:57)
2 parents a5c70b4 + 10bdc88 commit 58d821d

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.copier-answers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_docs: false
55
add_extension: python
@@ -8,5 +8,5 @@ email: OpenSource@point72.com
88
github: Point72
99
project_description: Reactive chat bot framework
1010
project_name: csp bot
11-
python_version_primary: '3.9'
11+
python_version_primary: '3.11'
1212
team: Point72, L.P.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

docs/wiki/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Reactive chat bot framework"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "1.1.0"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
keywords = [
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",

0 commit comments

Comments
 (0)