mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Add official support for Python 3.11
Add pypi classifier for py3.11 Update CI to test py3.11
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -20,6 +20,8 @@ jobs:
 | 
				
			|||||||
            toxenv: py39
 | 
					            toxenv: py39
 | 
				
			||||||
          - version: "3.10"
 | 
					          - version: "3.10"
 | 
				
			||||||
            toxenv: py310
 | 
					            toxenv: py310
 | 
				
			||||||
 | 
					          - version: "3.11"
 | 
				
			||||||
 | 
					            toxenv: py311
 | 
				
			||||||
      fail-fast: true
 | 
					      fail-fast: true
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,6 +27,7 @@ classifiers = [
 | 
				
			|||||||
  "Programming Language :: Python :: 3.8",
 | 
					  "Programming Language :: Python :: 3.8",
 | 
				
			||||||
  "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 :: Implementation :: CPython",
 | 
					  "Programming Language :: Python :: Implementation :: CPython",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user