We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812663d commit ea27ee2Copy full SHA for ea27ee2
environment/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:bionic
+FROM ubuntu:focal
2
3
LABEL tailor="environment"
4
setup.cfg
@@ -13,7 +13,7 @@ description = Configure test and PR jobs for a ROS distro.
13
long_description = file: README.md
14
15
[options]
16
-python_requires = >=3.6
+python_requires = >=3.8
17
install_requires =
18
Click ==8.1.3
19
Jinja2 ==3.1.2
0 commit comments