We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d754bb commit daa5dd0Copy full SHA for daa5dd0
.appveyor.yml
@@ -4,6 +4,7 @@ skip_branch_with_pr: true
4
environment:
5
python_stack: python 3.12
6
PYTHON_VERSION: 3.12.6
7
+ PYTHON_VERSION_SHORT: 3.12
8
GITHUB_TOKEN:
9
secure: 9SKIwc3VSfYJ5IChvNR74rlTF9BMbAfhCGu1/TmYJBMtC6lkY+UDDkZNK7rC9xnQFUxMrNgoo9kNcNAbKbU8XAcrSwkP2H4mX04FI7P+YbxfiWC8nVHhGNxR4LzO+GO0
10
@@ -28,8 +29,6 @@ matrix:
28
29
stack: $python_stack
30
31
install:
-- read ver_maj ver_min < <(echo $PYTHON_VERSION | sed -E 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
32
-- export PYTHON_VERSION_SHORT="$ver_maj.$ver_min"
33
- python --version
34
35
for:
0 commit comments