Merge pull request #436 from SamR1/add-python-3.12
CI - Add Python 3.12
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							@@ -32,7 +32,7 @@ jobs:
 | 
				
			|||||||
          --health-retries 5
 | 
					          --health-retries 5
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version:  [ "3.8", "3.9", "3.10", "3.11" ]
 | 
					        python-version:  [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install Poetry and Dependencies
 | 
					      - name: Install Poetry and Dependencies
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,6 +18,7 @@ classifiers = [
 | 
				
			|||||||
    "Programming Language :: Python :: 3.9",
 | 
					    "Programming Language :: Python :: 3.9",
 | 
				
			||||||
    "Programming Language :: Python :: 3.10",
 | 
					    "Programming Language :: Python :: 3.10",
 | 
				
			||||||
    "Programming Language :: Python :: 3.11",
 | 
					    "Programming Language :: Python :: 3.11",
 | 
				
			||||||
 | 
					    "Programming Language :: Python :: 3.12",
 | 
				
			||||||
    "Programming Language :: JavaScript"
 | 
					    "Programming Language :: JavaScript"
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
exclude = ["fittrackee/tests"]
 | 
					exclude = ["fittrackee/tests"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user