Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
9
Merge Requests
9
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
a1015c21
Commit
a1015c21
authored
Sep 27, 2021
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: python versions not up to date
Solution: update to latest versions ;-)
parent
85f8cac1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
a1015c21
...
...
@@ -13,20 +13,20 @@ ifeq ($(PYTHON_VER),3.5)
PYTHON_MINOR
?=
3.5.10
endif
ifeq
($(PYTHON_VER),3.6)
PYTHON_MINOR
?=
3.6.1
3
PYTHON_MINOR
?=
3.6.1
5
endif
ifeq
($(PYTHON_VER),3.7)
PYTHON_MINOR
?=
3.7.1
0
PYTHON_MINOR
?=
3.7.1
2
endif
ifeq
($(PYTHON_VER),3.8)
PYTHON_MINOR
?=
3.8.
8
PYTHON_MINOR
?=
3.8.
12
endif
ifeq
($(PYTHON_VER),3.9)
PYTHON_MINOR
?=
3.9.
2
PYTHON_MINOR
?=
3.9.
7
endif
ifeq
($(PYTHON_VER),3.10)
PYTHON_MINOR
?=
3.10.0
PYTHON_ARCHIVE
?=
Python-3.10.0
a5
PYTHON_ARCHIVE
?=
Python-3.10.0
rc2
endif
ifndef
PYTHON_MINOR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment