mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Merge pull request #84 from enpaul/enp/py311
Add official support for Python 3.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
 | 
			
		||||
          - version: "3.10"
 | 
			
		||||
            toxenv: py310
 | 
			
		||||
          - version: "3.11"
 | 
			
		||||
            toxenv: py311
 | 
			
		||||
      fail-fast: true
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
 
 | 
			
		||||
@@ -27,6 +27,7 @@ classifiers = [
 | 
			
		||||
  "Programming Language :: Python :: 3.8",
 | 
			
		||||
  "Programming Language :: Python :: 3.9",
 | 
			
		||||
  "Programming Language :: Python :: 3.10",
 | 
			
		||||
  "Programming Language :: Python :: 3.11",
 | 
			
		||||
  "Programming Language :: Python :: Implementation :: CPython",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user