Skip to content

Commit

Permalink
#305 - Relax version constraints on itertools
Browse files Browse the repository at this point in the history
- Relax the version
- Add refactoring issue template
  • Loading branch information
reckart committed Feb 28, 2024
1 parent 49a66ee commit d329ff5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Refactoring (for developers)
about: Refactor the application

---

**Describe the refactoring action**
A clear and concise description of what the action is.

**Expected benefit**
A clear and concise description of what you expect to improve by the refactoring.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"attrs>=21.2,<24",
"sortedcontainers==2.4.*",
"toposort==1.7",
"more-itertools==8.12.*",
"more-itertools>=8.12,<9",
"deprecation==2.1.*",
"importlib_resources==5.4.*"
]
Expand Down

0 comments on commit d329ff5

Please sign in to comment.