Skip to content

Commit

Permalink
Add 3.10 for Docker and to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 10, 2022
1 parent c2c1067 commit d93e4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
"keywords": "physics fitting numpy scipy tensorflow pytorch jax",
"developmentStatus": "4 - Beta",
"applicationCategory": "Scientific/Engineering, Scientific/Engineering :: Physics",
"programmingLanguage": "Python 3, Python 3.7, Python 3.8, Python 3.9, Python Implementation CPython"
"programmingLanguage": "Python 3, Python 3.7, Python 3.8, Python 3.9, Python 3.10, Python Implementation CPython"
}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=python:3.9-slim-bullseye
ARG BASE_IMAGE=python:3.10-slim-bullseye
# hadolint ignore=DL3006
FROM ${BASE_IMAGE} as base

Expand Down

0 comments on commit d93e4e4

Please sign in to comment.