mirror of
				https://github.com/enpaul/peewee-plus.git
				synced 2025-11-04 09:16:47 +00:00 
			
		
		
		
	Update CI to run non-platform checks on python-3.10
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -59,10 +59,10 @@ jobs:
 | 
				
			|||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Python 3.8
 | 
					      - name: Install Python 3.10
 | 
				
			||||||
        uses: actions/setup-python@v4
 | 
					        uses: actions/setup-python@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: 3.8
 | 
					          python-version: "3.10"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Configure Job Cache
 | 
					      - name: Configure Job Cache
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v3
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								tox.ini
									
									
									
									
									
								
							@@ -24,7 +24,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:static]
 | 
					[testenv:static]
 | 
				
			||||||
description = Static formatting and quality enforcement
 | 
					description = Static formatting and quality enforcement
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.10
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
locked_deps =
 | 
					locked_deps =
 | 
				
			||||||
    black
 | 
					    black
 | 
				
			||||||
@@ -47,7 +47,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:static-tests]
 | 
					[testenv:static-tests]
 | 
				
			||||||
description = Static formatting and quality enforcement for the tests
 | 
					description = Static formatting and quality enforcement for the tests
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.10
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
locked_deps =
 | 
					locked_deps =
 | 
				
			||||||
    mypy
 | 
					    mypy
 | 
				
			||||||
@@ -63,7 +63,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:security]
 | 
					[testenv:security]
 | 
				
			||||||
description = Security checks
 | 
					description = Security checks
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.10
 | 
				
			||||||
skip_install = true
 | 
					skip_install = true
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
locked_deps =
 | 
					locked_deps =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user