Skip to content

Commit 72451bc

Browse files
authored
Merge pull request #11 from RSE-Sheffield/i10-update-python
Update version of Python used for this exercise
2 parents b1134d8 + 891f095 commit 72451bc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/test-python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10"]
16+
python-version: ["3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Make sure you have [conda](https://conda.io/projects/conda/en/latest/user-guide/
88
### Create conda environment
99

1010
```
11-
conda create --name python-calculator python=3.8
11+
conda create --name python-calculator python=3.14
1212
```
1313

1414
### Activate conda environment

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
attrs==21.2.0
2-
certifi==2020.12.5
3-
iniconfig==1.1.1
4-
packaging==20.9
5-
pluggy==0.13.1
6-
py==1.10.0
7-
pyparsing==2.4.7
8-
pytest==6.2.4
1+
attrs==25.4.0
2+
certifi==2025.10.5
3+
iniconfig==2.3.0
4+
packaging==25.0
5+
pluggy==1.6.0
6+
py==1.11.0
7+
pyparsing==3.2.5
8+
pytest==8.4.2
99
toml==0.10.2

0 commit comments

Comments
 (0)