File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ 0.1.11
2+ ~~~~~~ 
3+ 
4+ - Include 3.12 in tests and omit 3.8
5+   `pull#69 <https://github.com/peterbe/django-cache-memoize/pull/69> `
6+ 
170.1.10
28~~~~~~ 
39
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ envlist =
33    lint-py311,
44    readme-py311,
55    docs-py311,
6-     py38-django{32,41,42},
76    py39-django{32,41,42},
87    py310-django{32,41,42},
98    py311-django{41,42},
9+     py312-django{41,42},
1010
1111[gh-actions] 
1212python  =
13-     3.8: py38
1413    3.9: py39
1514    3.10: py310
16-     3.11: py311, lint, restlint
15+     3.11: py311
16+     3.12: py312, lint, restlint
1717
1818[testenv] 
1919usedevelop  = true
@@ -28,20 +28,20 @@ deps =
2828commands  =
2929    pytest {posargs:tests}
3030
31- [testenv:docs-py311 ] 
31+ [testenv:docs-py312 ] 
3232deps  =
3333    sphinx
3434commands  =
3535    docs: sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
3636
37- [testenv:readme-py311 ] 
37+ [testenv:readme-py312 ] 
3838deps  =
3939    twine
4040    readme_renderer[md]
4141commands  =
4242    python setup.py sdist
4343    twine check dist/*
4444
45- [testenv:lint-py311 ] 
45+ [testenv:lint-py312 ] 
4646extras  = dev
4747commands =therapist run --use-tracked-files
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments