@@ -4,7 +4,7 @@ name: default
steps:
- name: test
- image: python:3.9
+ image: python:3.10
volumes:
- name: poetry_cache
path: /root/.cache/pypoetry/virtualenvs
@@ -1,4 +1,4 @@
-FROM python:3.9.9-slim as Runner
+FROM python:3.10.7-slim as Runner
# Env
ENV IS_DOCKER=true