remove support for 1.3.0 - 1.3.2
This commit is contained in:
		@@ -89,7 +89,7 @@ env:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  generate-bridge-linux:
 | 
			
		||||
    uses: ./.github/workflows/bridge.yml
 | 
			
		||||
    uses: ./.github/workflows/pre137-bridge.yml
 | 
			
		||||
    with:
 | 
			
		||||
      version: ${{ fromJson(inputs.extras).version }}
 | 
			
		||||
 | 
			
		||||
@@ -88,7 +88,7 @@ env:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  generate-bridge-linux:
 | 
			
		||||
    uses: ./.github/workflows/bridge.yml
 | 
			
		||||
    uses: ./.github/workflows/pre137-bridge.yml
 | 
			
		||||
    with:
 | 
			
		||||
      version: ${{ fromJson(inputs.extras).version }}
 | 
			
		||||
 | 
			
		||||
@@ -3,7 +3,7 @@ from django import forms
 | 
			
		||||
class GenerateForm(forms.Form):
 | 
			
		||||
    #Platform
 | 
			
		||||
    platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android'),('macos','macOS')], initial='windows')
 | 
			
		||||
    version = forms.ChoiceField(choices=[('master','nightly'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3'),('1.3.2','1.3.2'),('1.3.1','1.3.1'),('1.3.0','1.3.0')], initial='1.3.7')
 | 
			
		||||
    version = forms.ChoiceField(choices=[('master','nightly'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.7')
 | 
			
		||||
    delayFix = forms.BooleanField(initial=True, required=False)
 | 
			
		||||
 | 
			
		||||
    #General
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user