Skip to content

Commit

Permalink
Update README python versions (#452)
Browse files Browse the repository at this point in the history
Add 3.11 to and drop 3.7 from README python versions.

[ committed by @MattToast ]
[ reviewed by @ashao ]
  • Loading branch information
MattToast authored Feb 1, 2024
1 parent 3fc05cb commit 0149b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SmartRedis provides clients in the following languages:

| Language | Version/Standard |
|------------|:----------------------------------------------:|
| Python | 3.7, 3.8, 3.9, 3.10 |
| Python | 3.8, 3.9, 3.10, 3.11 |
| C++ | C++17 |
| C | C99 |
| Fortran | Fortran 2018 (GNU/Intel), 2003 (PGI/Nvidia) |
Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ Detailed Notes
- CI/CD: Compile Redis and RedisAI and use those versions in testing instead of extracting from a container (PR448_)
- CI/CD: Bump the version of Redis used in testing to 7.0.5, the same version as we use with SmartSim (PR448_)
- CI/CD: Pin the Torch version to 1.11.0, the same as supported in SmartSim (PR448_)
- Update developer documentation to reflect newly supported versions of Python (PR450_) (PR452_)
- Added developer documentation on how to run a single test case with the new test/build system and eliminated use of SMARTREDIS_TEST_DEVICE and SMARTREDIS_TEST_CLUSTER environment variables (PR445_)
- Resolve a linting issue with pybind-to-python error propagation by changing import format and narrowing the lookup of pybind error names to the error module (PR444_)
- Use mutable fields to enable Dataset get methods that store memory to be marked const (PR443_)

.. _PR452: https://github.com/CrayLabs/SmartRedis/pull/452
.. _PR450: https://github.com/CrayLabs/SmartRedis/pull/450
.. _PR448: https://github.com/CrayLabs/SmartRedis/pull/448
.. _PR445: https://github.com/CrayLabs/SmartRedis/pull/445
Expand Down

0 comments on commit 0149b9c

Please sign in to comment.