Skip to content

Commit 68785e8

Browse files
Merge pull request #2676 from NHSDigital/feature/RAA-4409
[RAA-4409]-[KM]-[Updated python version to 3.13]-[EW]
2 parents 3940b9b + f67ab59 commit 68785e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The contents of this repository are protected by Crown Copyright (C).
3535
### Environment setup
3636
Currently, automation for setting up the right environment is only available for machines based on RedHatEnterpriseLinux (RHEL).
3737
Running the following will ensure your environment is ready for development.
38-
It will install [pyenv](https://github.com/pyenv/pyenv), Python 3.10.8 and its dependencies (yum), create a virtual environment (named apigee), and ensure poetry is installed under it.
38+
It will install [pyenv](https://github.com/pyenv/pyenv), Python 3.13 and its dependencies (yum), create a virtual environment (named apigee), and ensure poetry is installed under it.
3939
```
4040
$ make setup-environment
4141
```

scripts/macos_setup_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo "Installing python 3.13 with pyenv ..."
5050
if pyenv versions | grep -Fq "3.13" ; then
5151
echo "Pyenv has already got Python 3.13 installed."
5252
else
53-
if pyenv install 3.10 ; then
53+
if pyenv install 3.13 ; then
5454
echo "Pyenv installed Python 3.13 successfully."
5555
else
5656
echo "Pyenv did NOT install Python 3.13 successfully."

0 commit comments

Comments
 (0)