diff --git a/.travis.yml b/.travis.yml index 8f8250809d7..9b63f9a2b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ env: language: python # Default Python version is usually 3.6 -python: "3.12" -dist: jammy +python: "3.11" +dist: focal services: docker jobs: diff --git a/RELEASING.md b/RELEASING.md index b3fd72a520e..97f4f8dcd18 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -87,7 +87,7 @@ Released as needed privately to individual vendors for critical security-related and copy into `dist`. Check and upload them e.g.: ```bash python3 -m twine check --strict dist/* - python3 -m twine upload dist/Pillow-5.2.0* + python3 -m twine upload dist/pillow-5.2.0* ``` ## Publicize Release