ci: add python 3.10 to tests
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/examples.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/examples.yml
									
									
									
									
										vendored
									
									
								
							@@ -12,10 +12,10 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - name: Set up Python 3.9
 | 
					    - name: Set up Python 3.10
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        python-version: 3.9
 | 
					        python-version: 3.10
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        python -m pip install --upgrade pip
 | 
					        python -m pip install --upgrade pip
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								.github/workflows/pythonapp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/pythonapp.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,10 +13,10 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - name: Set up Python 3.9
 | 
					    - name: Set up Python 3.10
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        python-version: 3.9
 | 
					        python-version: 3.10
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        python -m pip install --upgrade pip
 | 
					        python -m pip install --upgrade pip
 | 
				
			||||||
@@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: ["3.7", "3.8", "3.9"]
 | 
					        python-version: ["3.7", "3.8", "3.9", "3.10"]
 | 
				
			||||||
        os: [ubuntu-latest, windows-latest]
 | 
					        os: [ubuntu-latest, windows-latest]
 | 
				
			||||||
        exclude:
 | 
					        exclude:
 | 
				
			||||||
        - os: windows-latest
 | 
					        - os: windows-latest
 | 
				
			||||||
@@ -55,10 +55,10 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
    - name: Set up Python 3.9
 | 
					    - name: Set up Python 3.10
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        python-version: "3.9"
 | 
					        python-version: "3.10"
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        python -m pip install --upgrade pip
 | 
					        python -m pip install --upgrade pip
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user