Skip to content

Commit 3f2753f

Browse files
committed
Pin to Python 3.12
1 parent 665e887 commit 3f2753f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: [3.12, 3.13]
37+
python-version: [3.12] # Not testing with 3.13 at the moment
3838
redis-version: ['6.2.6-v9', 'latest'] # 8.0-M03 is not working atm
3939

4040
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "agent-memory-server"
77
version = "0.2.0"
88
description = "A Redis-powered memory server built for AI agents and applications."
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.12,<3.13"
1111
license = { text = "MIT" }
1212
authors = [{ name = "Andrew Brookins", email = "[email protected]" }]
1313
dependencies = [

0 commit comments

Comments
 (0)