File tree Expand file tree Collapse file tree 9 files changed +12
-15
lines changed Expand file tree Collapse file tree 9 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 90
90
- uses : ./.github/actions/python-package-shared-setup
91
91
with :
92
92
rye-version : ${{ vars.RYE_VERSION }}
93
- python-version : ' 3.8 '
93
+ python-version : ' 3.9 '
94
94
- name : Create build
95
95
id : create-build
96
96
working-directory : libs/${{ matrix.package }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Labelbox Python Example Notebooks"
5
5
authors = [{ name = " Labelbox" , email = " docs@labelbox.com" }]
6
6
readme = " README.md"
7
7
# Python version matches labelbox SDK
8
- requires-python = " >=3.8 "
8
+ requires-python = " >=3.9 "
9
9
dependencies = []
10
10
11
11
[project .urls ]
Original file line number Diff line number Diff line change 1
1
# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2
- FROM python:3.8 -slim as rye
2
+ FROM python:3.9 -slim as rye
3
3
4
4
ENV LANG="C.UTF-8" \
5
5
LC_ALL="C.UTF-8" \
@@ -38,7 +38,7 @@ WORKDIR /home/python/labelbox-python
38
38
39
39
RUN rye config --set-bool behavior.global-python=true && \
40
40
rye config --set-bool behavior.use-uv=true && \
41
- rye pin 3.8 && \
41
+ rye pin 3.9 && \
42
42
rye sync
43
43
44
44
CMD cd libs/labelbox && rye run integration && rye sync -f --features labelbox/data && rye run unit && rye run data
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies = [
15
15
" lbox-clients==1.1.0" ,
16
16
]
17
17
readme = " README.md"
18
- requires-python = " >=3.8 "
18
+ requires-python = " >=3.9 "
19
19
classifiers = [
20
20
# How mature is this project?
21
21
" Development Status :: 5 - Production/Stable" ,
@@ -29,7 +29,6 @@ classifiers = [
29
29
" License :: OSI Approved :: Apache Software License" ,
30
30
# Specify the Python versions you support here.
31
31
" Programming Language :: Python :: 3" ,
32
- " Programming Language :: Python :: 3.8" ,
33
32
" Programming Language :: Python :: 3.9" ,
34
33
" Programming Language :: Python :: 3.10" ,
35
34
" Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change 1
1
# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2
- FROM python:3.8 -slim as rye
2
+ FROM python:3.9 -slim as rye
3
3
4
4
ENV LANG="C.UTF-8" \
5
5
LC_ALL="C.UTF-8" \
@@ -38,7 +38,7 @@ WORKDIR /home/python/labelbox-python
38
38
39
39
RUN rye config --set-bool behavior.global-python=true && \
40
40
rye config --set-bool behavior.use-uv=true && \
41
- rye pin 3.8 && \
41
+ rye pin 3.9 && \
42
42
rye sync
43
43
44
44
CMD rye run unit && rye integration
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies = [
10
10
" google-api-core>=1.22.1" ,
11
11
]
12
12
readme = " README.md"
13
- requires-python = " >= 3.8 "
13
+ requires-python = " >= 3.9 "
14
14
15
15
classifiers =[
16
16
# How mature is this project?
@@ -25,7 +25,6 @@ classifiers=[
25
25
" License :: OSI Approved :: Apache Software License" ,
26
26
# Specify the Python versions you support here.
27
27
" Programming Language :: Python :: 3" ,
28
- " Programming Language :: Python :: 3.8" ,
29
28
" Programming Language :: Python :: 3.9" ,
30
29
" Programming Language :: Python :: 3.10" ,
31
30
" Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change 1
1
# https://github.com/ucyo/python-package-template/blob/master/Dockerfile
2
- FROM python:3.8 -slim as rye
2
+ FROM python:3.9 -slim as rye
3
3
4
4
ENV LANG="C.UTF-8" \
5
5
LC_ALL="C.UTF-8" \
@@ -38,7 +38,7 @@ WORKDIR /home/python/labelbox-python
38
38
39
39
RUN rye config --set-bool behavior.global-python=true && \
40
40
rye config --set-bool behavior.use-uv=true && \
41
- rye pin 3.8 && \
41
+ rye pin 3.9 && \
42
42
rye sync
43
43
44
44
CMD rye run unit && rye integration
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies = [
9
9
" art>=6.2" ,
10
10
]
11
11
readme = " README.md"
12
- requires-python = " >= 3.8 "
12
+ requires-python = " >= 3.9 "
13
13
14
14
classifiers =[
15
15
# How mature is this project?
@@ -24,7 +24,6 @@ classifiers=[
24
24
" License :: OSI Approved :: Apache Software License" ,
25
25
# Specify the Python versions you support here.
26
26
" Programming Language :: Python :: 3" ,
27
- " Programming Language :: Python :: 3.8" ,
28
27
" Programming Language :: Python :: 3.9" ,
29
28
" Programming Language :: Python :: 3.10" ,
30
29
" Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies = [
9
9
" sphinx-rtd-theme>=2.0.0" ,
10
10
]
11
11
readme = " README.md"
12
- requires-python = " >= 3.8 "
12
+ requires-python = " >= 3.9 "
13
13
14
14
[tool .rye ]
15
15
managed = true
You can’t perform that action at this time.
0 commit comments