Unverified Commit adf60ce8 authored by Fedor Batonogov's avatar Fedor Batonogov Committed by GitHub
Browse files

Added prefix your version names with the letter v (#33)

parent d6759145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

| TAG                    | Python version | Pyinstaller version |
| ---------------------- | -------------- | ------------------- |
| `:latest`/`:3.2.0`     | 3.11.5         | 6.0.0               |
| `:latest`/`:v3.2.0`    | 3.11.5         | 6.0.0               |
| `:3.1.6`               | 3.11.5         | 5.13.2              |
| `:3.1.5`               | 3.11.5         | 5.13.1              |
| `:3.1.4`               | 3.11.4         | 5.13.0              |
@@ -61,7 +61,7 @@ will generate a `spec` file for `your-script.py` in your current working directo

### How do I change the PyInstaller version used?

Add `pyinstaller==5.12.0` to your `requirements.txt`.
Add `pyinstaller==5.13.2` to your `requirements.txt`.

### Is it possible to use a package mirror?