mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 04:38:26 +00:00 
			
		
		
		
	add python 3.8
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pythonpackage.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,9 +15,9 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    runs-on: ubuntu-18.04
 | 
			
		||||
    strategy:
 | 
			
		||||
      max-parallel: 3
 | 
			
		||||
      max-parallel: 4
 | 
			
		||||
      matrix:
 | 
			
		||||
        python-version: [3.5, 3.6, 3.7]
 | 
			
		||||
        python-version: [3.5, 3.6, 3.7, 3.8]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v1
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,8 @@ language: python
 | 
			
		||||
python:
 | 
			
		||||
  - "3.5"
 | 
			
		||||
  - "3.6"
 | 
			
		||||
  - "3.7"
 | 
			
		||||
  - "3.7"
 | 
			
		||||
  - "3.8"
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - pytest -v
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user