Skip to content

Commit cde3406

Browse files
committed
Update to Python 3.10
- python=3.10.12 - pip=23.2.1 - truststore=0.7.0 - rpaframework==27.1.0
1 parent f7f9232 commit cde3406

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

conda.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ channels:
66
- conda-forge
77

88
dependencies:
9-
# Define conda-forge packages here -> https://anaconda.org/search
10-
# When available, prefer the conda-forge packages over pip as installations are more efficient.
11-
- python=3.9.16 # https://pyreadiness.org/3.9/
12-
- pip=22.1.2 # https://pip.pypa.io/en/stable/news/
9+
- python=3.10.12 # https://pyreadiness.org/3.10
10+
- pip=23.2.1 # https://pip.pypa.io/en/stable/news
11+
- truststore=0.7.0 # https://github.com/sethmlarson/truststore/blob/main/CHANGELOG.md
1312
- pip:
14-
# Define pip packages here -> https://pypi.org/
15-
- rpaframework==24.1.2 # https://rpaframework.org/releasenotes.html
13+
- rpaframework==27.1.0 # https://rpaframework.org/releasenotes.html

robot.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ tasks:
1616
Report Result With Trace:
1717
shell: python -m robot -d output -L TRACE --report NONE --logtitle "Reporter log" --task "Report Result" reporter.robot
1818

19-
condaConfigFile: conda.yaml
20-
2119
environmentConfigs:
2220
- environment_windows_amd64_freeze.yaml
2321
- environment_linux_amd64_freeze.yaml

0 commit comments

Comments
 (0)