We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715c864 commit b377f14Copy full SHA for b377f14
.github/ISSUE_TEMPLATE/keras_issue_template.yaml
@@ -72,7 +72,7 @@ body:
72
attributes:
73
label: Python version
74
description:
75
- placeholder: e.g., 3.9
+ placeholder: e.g., 3.10
76
validations:
77
required: false
78
- type: input
.github/workflows/continuous_integration.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-python@v1
17
with:
18
- python-version: 3.9
+ python-version: 3.10.17
19
- name: Ensure files are formatted with black
20
run: |
21
pip install --upgrade pip
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9
+FROM python:3.10
2
3
COPY requirements.txt ./
4
RUN pip install -r requirements.txt
0 commit comments